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
PLEEAASEE HELP?
Xanthos Offline
Senior Member

Posts: 318
Threads: 9
Joined: Mar 2012
Reputation: 8
#2
RE: PLEEAASEE HELP?

AddUseItemCallback("", "IronKey_1", "mansion_1", "KeyOnDoor", true)


Put that inside the
OnStart()
===============
Also
SetSwingDoorLocked("mansion_1"­, false, true); PlaySoundAtEntity("",

"unlock_door", "mansion_1", 1, false); RemoveItem("IronKey_1");

CHANGE IT TO THIS
SetSwingDoorLocked("mansion_1"­, false, true);
PlaySoundAtEntity("", "unlock_door", "mansion_1", 1, false);
RemoveItem("IronKey_1");
=====================
Try not to space everything out. (I am not sure if that was a glitch with copying and pasting)
Put the script functions into these
{
SetSwingDoorLocked("mansion_1"­, false, true);
PlaySoundAtEntity("", "unlock_door", "mansion_1", 1, false);
RemoveItem("IronKey_1");
}

void OnStart()

{
AddUseItemCallback("", "IronKey_1", "mansion_1", "KeyOnDoor",true);
}

(This post was last modified: 05-06-2012, 11:54 AM by Xanthos.)
05-06-2012, 11:51 AM
Find


Messages In This Thread
PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 11:45 AM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 11:51 AM
RE: PLEEAASEE HELP? - by Rownbear - 05-06-2012, 11:57 AM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 12:19 PM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 12:20 PM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 12:23 PM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 12:29 PM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 12:33 PM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 12:38 PM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 12:39 PM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 12:42 PM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 12:45 PM
RE: PLEEAASEE HELP? - by Rownbear - 05-06-2012, 12:26 PM
RE: PLEEAASEE HELP? - by Xanthos - 05-06-2012, 12:47 PM
RE: PLEEAASEE HELP? - by Rownbear - 05-06-2012, 12:53 PM
RE: PLEEAASEE HELP? - by AirmanerX - 05-06-2012, 07:17 PM



Users browsing this thread: 1 Guest(s)