Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Flying Jesus Help
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#1
Question  Flying Jesus Help

I've been looking for a flying Jesus script. I couldn't find one that wasn't combined with something else. I tried on my own and it says there's an unexpected token on line 6,1

void OnStart()
{
AddEntityCollideCallback("Player", "TNG1", "FUNCTION", true 1);
}
void FUNCTION( string &in asParent, string &in asChild, int alState);
{
SetEntityActive("Teleporter", true);
AddPropForce(Teleporter, float 0, float 0, float -30000, string& asCoordSystem);
}

The Necromancer's Touch: WIP Coming March 2013
12-03-2012, 12:55 AM
Find
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#2
RE: Flying Jesus Help

I think from now on, we should encourage people making flying jesuses (jesii?) to fend for themselves.

12-03-2012, 01:11 AM
Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#3
RE: Flying Jesus Help

(12-03-2012, 01:11 AM)Damascus Wrote: I think from now on, we should encourage people making flying jesuses (jesii?) to fend for themselves.
screw off

The Necromancer's Touch: WIP Coming March 2013
12-03-2012, 01:14 AM
Find
Miss Rigi Offline
Member

Posts: 240
Threads: 3
Joined: Aug 2011
Reputation: 31
#4
RE: Flying Jesus Help

(12-03-2012, 01:11 AM)Damascus Wrote: I think from now on, we should encourage people making flying jesuses (jesii?) to fend for themselves.
T'would be a shame to not encourage such.. creativity.

Vos rapio meus spiritus absentis.
Voice Actress
12-03-2012, 01:22 AM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#5
RE: Flying Jesus Help

I see an error in your script. Can you see it?

[Image: mZiYnxe.png]


12-03-2012, 01:23 AM
Find
assassinhawk45 Offline
Junior Member

Posts: 31
Threads: 11
Joined: Dec 2012
Reputation: 0
#6
RE: Flying Jesus Help

(12-03-2012, 01:23 AM)Acies Wrote: I see an error in your script. Can you see it?
Shoot, I didn't see that. Thanks

The Necromancer's Touch: WIP Coming March 2013
12-03-2012, 01:26 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#7
RE: Flying Jesus Help

Couldn't you just copy-paste from any of the custom stories that do this "thing"? They usually just copy paste.
12-03-2012, 01:33 AM
Find
Damascus Offline
Senior Member

Posts: 646
Threads: 118
Joined: Mar 2012
Reputation: 29
#8
RE: Flying Jesus Help

Nope, he's got to be "original."

12-03-2012, 01:36 AM
Find
Miss Rigi Offline
Member

Posts: 240
Threads: 3
Joined: Aug 2011
Reputation: 31
#9
RE: Flying Jesus Help

We've all got to start somewhere. I guess.

Vos rapio meus spiritus absentis.
Voice Actress
12-03-2012, 01:40 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#10
RE: Flying Jesus Help

Oh boy... Well, here's your error.

void FUNCTION( string &in asParent, string &in asChild, int alState);

Try

void FUNCTION(string &in asParent, string &in asChild, int alState)
12-03-2012, 01:42 AM
Find




Users browsing this thread: 1 Guest(s)