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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Fatal error: Expected identifier
Post: RE: Fatal error: Expected identifier

(07-05-2012, 06:00 PM)drunkmonk Wrote: It's your SetSwingDoorLocked. It should look like this SetSwingDoorLocked("castle_arched01_2", true, true);I got that about half an hour ago and actually it sh...
Vennufius Development Support 10 9,103 07-05-2012, 07:17 PM
    Thread: Fatal error: Expected identifier
Post: RE: Fatal error: Expected identifier

Here is what my script looks like now: void OnStart() { AddEntityCollideCallback("crowbar_joint_1", "BreakDoor", "CollideAreaBreakDoor", true, 1); AddUseItemCallback("crowbarondoor", "crowbar_1", ...
Vennufius Development Support 10 9,103 07-05-2012, 05:33 PM
    Thread: Fatal error: Expected identifier
Post: RE: Fatal error: Expected identifier

(07-05-2012, 12:42 PM)drunkmonk Wrote: (07-05-2012, 10:48 AM)Vennufius Wrote: So I messed around a bit and got to this. When I try to start the map, it gives me this error (Look at the attachment)...
Vennufius Development Support 10 9,103 07-05-2012, 03:03 PM
    Thread: Fatal error: Expected identifier
Post: RE: Fatal error: Expected identifier

So I messed around a bit and got to this. When I try to start the map, it gives me this error (Look at the attachment). It changed from "Expected identifier" to "Unexpected end of file". Can someone p...
Vennufius Development Support 10 9,103 07-05-2012, 10:48 AM
    Thread: Fatal error: Expected identifier
Post: RE: Fatal error: Expected identifier

(07-05-2012, 03:02 AM)andyrockin123 Wrote: Can you specify what the error is?Well thats part of the problem. It just wont start the map and gives me that "FATAL ERROR: Expected identifier". I can't ...
Vennufius Development Support 10 9,103 07-05-2012, 03:12 AM
    Thread: Fatal error: Expected identifier
Post: Fatal error: Expected identifier

So I'm having this small problem with my script. It keeps on having some kind of error, but I just can't simply find it. I would appreciate if someone could help me with this. Here is my script atm: ...
Vennufius Development Support 10 9,103 07-05-2012, 02:58 AM
    Thread: FATAL ERROR: No matching signatures
Post: RE: FATAL ERROR: No matching signatures

Well isn't this just a little embarrassing... Thanks for pointing out that little mistake of mine! It works great now.
Vennufius Development Support 2 2,521 06-30-2012, 12:25 AM
    Thread: FATAL ERROR: No matching signatures
Post: FATAL ERROR: No matching signatures

I'm having a hard time trying to get this script to work! The problem is when I'm trying to change the map with a level door. The first map works fine, but when I'm trying to use the level door I keep...
Vennufius Development Support 2 2,521 06-30-2012, 12:16 AM