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
Door/Script Area not working
Darion97 Offline
Junior Member

Posts: 29
Threads: 1
Joined: Jun 2011
Reputation: 1
#4
RE: Door/Script Area not working

you must put this the third function:

SetEntityPlayerInteractCallback("namekey", "callfunction", true);

you must put this for the door:

void KeyOndoor(string &in asItem, string &in asEntity)

{
SetSwingDoorLocked("level_orb_room_door_1", false, true);
SetLevelDoorLocked(asEntity, false);
PlaySoundAtEntity("", "unlock_door", "level_orb_room_door_1", 0, false);
RemoveItem("lolkey_1");
}

(This post was last modified: 10-17-2011, 05:40 PM by Darion97.)
10-17-2011, 05:39 PM
Find


Messages In This Thread
Door/Script Area not working - by GhastDagger - 10-17-2011, 05:13 PM
RE: Door/Script Area not working - by Darion97 - 10-17-2011, 05:22 PM
RE: Door/Script Area not working - by schmupper - 10-17-2011, 05:29 PM
RE: Door/Script Area not working - by Darion97 - 10-17-2011, 05:39 PM
RE: Door/Script Area not working - by GhastDagger - 10-17-2011, 07:42 PM
RE: Door/Script Area not working - by flamez3 - 10-18-2011, 01:23 PM



Users browsing this thread: 1 Guest(s)