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
Leveldoor lock doesn't work properly
Steve Offline
Member

Posts: 178
Threads: 17
Joined: Jun 2012
Reputation: 7
#2
RE: Leveldoor lock doesn't work properly

You need SetLevelDoorLocked for level doors Wink

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
SetLevelDoorLocked("Bedroomlevel", false);
PlaySoundAtEntity("", "unlock_door", "Bedroomlevel", 0, false);
RemoveItem("Bedroomkey");
}

CURRENTLY WORKING ON:
Final Light = 40%
Need of voice actors.
(This post was last modified: 08-05-2012, 05:14 PM by Steve.)
08-05-2012, 05:12 PM
Find


Messages In This Thread
RE: Leveldoor lock doesn't work properly - by Steve - 08-05-2012, 05:12 PM



Users browsing this thread: 1 Guest(s)