| 
		
	
		| assassinhawk45   Junior Member
 
 Posts: 31
 Threads: 11
 Joined: Dec 2012
 Reputation: 
0
 | 
			|  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 |  |  
	
		| Damascus   Senior Member
 
 Posts: 646
 Threads: 118
 Joined: Mar 2012
 Reputation: 
29
 | 
			| 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 |  |  
	
		| assassinhawk45   Junior Member
 
 Posts: 31
 Threads: 11
 Joined: Dec 2012
 Reputation: 
0
 | 
			| 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 |  |  
	
		| Miss Rigi   Member
 
 Posts: 240
 Threads: 3
 Joined: Aug 2011
 Reputation: 
31
 | 
			| 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 |  |  
	
		| Acies   Posting Freak
 
 Posts: 1,643
 Threads: 60
 Joined: Feb 2011
 Reputation: 
73
 | 
			| RE: Flying Jesus Help 
 
				I see an error in your script. Can you see it?
			 
  ![[Image: mZiYnxe.png]](http://i.imgur.com/mZiYnxe.png)  ジ
 |  |  
	| 12-03-2012, 01:23 AM |  |  
	
		| assassinhawk45   Junior Member
 
 Posts: 31
 Threads: 11
 Joined: Dec 2012
 Reputation: 
0
 | 
			| 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 |  |  
	
		| Statyk   Schrödinger's Mod
 
 Posts: 4,390
 Threads: 72
 Joined: Sep 2011
 Reputation: 
241
 | 
			| 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 |  |  
	
		| Damascus   Senior Member
 
 Posts: 646
 Threads: 118
 Joined: Mar 2012
 Reputation: 
29
 | 
			| RE: Flying Jesus Help 
 
				Nope, he's got to be "original."
			 
 |  |  
	| 12-03-2012, 01:36 AM |  |  
	
		| Miss Rigi   Member
 
 Posts: 240
 Threads: 3
 Joined: Aug 2011
 Reputation: 
31
 | 
			| 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 |  |  
	
		| Statyk   Schrödinger's Mod
 
 Posts: 4,390
 Threads: 72
 Joined: Sep 2011
 Reputation: 
241
 | 
			| 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 |  |  |