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
Expected Identifier Error
Cranky Old Man Offline
Posting Freak

Posts: 986
Threads: 20
Joined: Apr 2012
Reputation: 38
#10
RE: Expected Identifier Error

(05-02-2012, 03:55 AM)bkrstirregular Wrote: Yep Sad

The key vanishes so I guess the action works, but the door stays locked.

I do have this code in my script which tells the player that the door is locked

void DoorLockedPlayer(string &in entity)
{
if(GetSwingDoorLocked("firstdoor1") == true)
{

SetMessage("Messages", "msgname", 0);

}

do I need something to alter/cancel it out?
Question 1: Does the sound play?
Question 2: Is the door a normal swing door, or is it a level door that isn't supposed to move at all, or is it some weird special door that slides to the side or up?


Noob scripting tutorial: From Noob to Pro

05-02-2012, 04:04 AM
Find


Messages In This Thread
Expected Identifier Error - by bkrstirregular - 05-02-2012, 02:18 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 02:47 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 03:03 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 03:08 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 03:11 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 03:42 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 03:46 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 03:51 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 03:55 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 04:04 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 04:06 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 05:01 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 05:16 AM
RE: Expected Identifier Error - by Cranky Old Man - 05-02-2012, 05:50 AM
RE: Expected Identifier Error - by bkrstirregular - 05-02-2012, 05:56 AM



Users browsing this thread: 1 Guest(s)