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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED [SCRIPT HELP] 2 scripts together Token Error!
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: [SCRIPT HELP] 2 scripts together Token Error!

You have ; on the end of both syntax's. Delete those and it should work.

From this:
Quote:void func_slam(string &in asParent, string &in asChild, int alState);

To this:
Quote:void func_slam(string &in asParent, string &in asChild, int alState)

01-11-2012, 09:18 AM
Find


Messages In This Thread
RE: [SCRIPT HELP] 2 scripts together Token Error! - by flamez3 - 01-11-2012, 09:18 AM



Users browsing this thread: 1 Guest(s)