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 Identifier error
Post: RE: Expected Identifier error

Sure enough, it works. Thanks for the assistance, my own frustration levels went through the roof and then some from this error.
Badstormer Custom Stories, TCs & Mods - Development 9 7,403 06-03-2015, 04:23 AM
    Thread: Expected Identifier error
Post: RE: Expected Identifier error

Here are the lines and their functions. Spoiler below! void 02health(string &in asTimer) { if(HasItem("health1")==true) { AddTimer("02healthtimer1", 2.5f, "02health"); } else { ...
Badstormer Custom Stories, TCs & Mods - Development 9 7,403 06-02-2015, 11:54 PM
    Thread: Expected Identifier error
Post: RE: Expected Identifier error

Lines 506, 527 and 549 are where the errors are, sorry for not including that. And not specifying true or false would explain the errors, I will fix that and test this again... Edit: Nope, still bork...
Badstormer Custom Stories, TCs & Mods - Development 9 7,403 06-02-2015, 10:33 PM
    Thread: Expected Identifier error
Post: RE: Expected Identifier error

Thanks, had no idea how to do that.
Badstormer Custom Stories, TCs & Mods - Development 9 7,403 06-02-2015, 08:20 PM
    Thread: Expected Identifier error
Post: Expected Identifier error

I have searched for hours on this forum and fixed every error I could find in this script, yet a persistent 'expected identifier' error continues to crash the game every time the third map in the stor...
Badstormer Custom Stories, TCs & Mods - Development 9 7,403 06-02-2015, 08:11 PM