Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Level Editor Help Door set to locked, still unlocked.
Author Message
Asaratha Offline
Junior Member

Posts: 14
Joined: Jul 2011
Reputation: 0
Post: #5
RE: Door set to locked, still unlocked.
(03-15-2012 04:33 PM)Stepper321 Wrote:  
(03-15-2012 04:25 PM)Asaratha Wrote:  
(03-15-2012 02:34 PM)ClayPigeon Wrote:  What is the problem? I don't get it... If the problem is that the door is not unlocked, try this:

void KeyOnDoor(string &in item, string &in door)
{
SetSwingDoorLocked(door, false, true);
PlaySoundAtEntity("", "unlock_door", door, 0, false);
RemoveItem(item);
}

Copy it as it is and don't change anything, tell me if it's unlocking now.
Oops, it seems I have forget to say the problem. Without unlocking the door, it's already unlocked. So, regardless of the fact I have it set to "Locked", it's always unlocked.
try
for a swing door.

Spoiler below!

void OnStart()
{
SetSwingDoorLocked("door", true, true);
}


or
For level door
Spoiler below!

void OnStart()
{
SetLevelDoorLocked("door", true);
}

Depends if you have aswing door or level door
The door is now locked, although, even if I use the hollow needle, the door is still locked.
03-15-2012 04:58 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Door set to locked, still unlocked. - Asaratha - 03-15-2012 04:58 PM



User(s) browsing this thread: 1 Guest(s)