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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Expected '('
Post: RE: Expected '('

(04-16-2013, 08:41 AM)Someone else Wrote: (04-16-2013, 06:17 AM)JustAnotherPlayer Wrote: It's void OnLeave { }Actually it is: void OnLeave() {     //code here } Also there should not be a semicol...
X5KillerKlownzX Development Support 10 7,307 04-16-2013, 12:04 PM
    Thread: Expected '('
Post: RE: Expected '('

(04-16-2013, 12:48 AM)WIWWM Wrote: (04-16-2013, 12:37 AM)martinnord Wrote: Is it not supposed to be void OnLeave()? Yes. Thats you problem. Good luck :D Thanks! I will send a reply with a link of ...
X5KillerKlownzX Development Support 10 7,307 04-16-2013, 01:50 AM
    Thread: Expected '('
Post: Expected '('

I need some help with scripting! im trying to make the end, but I get this error that says main(3,1) : ERR : Expected '(' My script is this: void OnLeave void ending(string &in asTimer) { Sta...
X5KillerKlownzX Development Support 10 7,307 04-15-2013, 10:14 PM
    Thread: Identifier error! Help!
Post: RE: Identifier error! Help!

(04-15-2013, 03:53 AM)NaxEla Wrote: You'll need a lower case 'B'. AddEntityCollideCallback Thats it? that is the only problem? I feel so dumb that i missed that as well! I completely forgot about t...
X5KillerKlownzX Development Support 6 5,132 04-15-2013, 04:21 AM
    Thread: Identifier error! Help!
Post: RE: Identifier error! Help!

(04-15-2013, 01:33 AM)ROMul8r Wrote: Where your issue is: Spoiler below! (04-14-2013, 11:21 PM)X5KillerKlownzX Wrote: void OnStart() { AddEntityCollideCallback("Player", "TeleportS...
X5KillerKlownzX Development Support 6 5,132 04-15-2013, 03:28 AM
    Thread: Identifier error! Help!
Post: Identifier error! Help!

Im creating a custom story and I am getting an error that says: main (13,26) : ERR : Expected identifier I dont understand what went wrong. my Script looks like this: void OnStart() { AddEnti...
X5KillerKlownzX Development Support 6 5,132 04-14-2013, 11:21 PM