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
Bottle/Breakable item key
hoppem Offline
Junior Member

Posts: 44
Threads: 13
Joined: Nov 2011
Reputation: 1
#5
RE: Bottle/Breakable item key

it didnt work am i doin something wrong im sing the lithium bromide bottle from justine and have study key on break i also renamed the bottle to "bromide"
heres my script for it

{
AddUseItemCallback("", "bromide_key_study", "DOOR", "FUNCTION", true);
}


void FUNCTION(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("DOOR", false, true);
PlaySoundAtEntity("", "unlock_door", "DOOR", 0, false);
RemoveItem("bromide_key_study");
}




12-07-2011, 01:34 AM
Find


Messages In This Thread
Bottle/Breakable item key - by hoppem - 12-07-2011, 12:39 AM
RE: Bottle/Breakable item key - by triadtimes - 12-07-2011, 12:51 AM
RE: Bottle/Breakable item key - by hoppem - 12-07-2011, 01:08 AM
RE: Bottle/Breakable item key - by GreyFox - 12-07-2011, 01:26 AM
RE: Bottle/Breakable item key - by hoppem - 12-07-2011, 01:34 AM
RE: Bottle/Breakable item key - by triadtimes - 12-07-2011, 01:41 AM
RE: Bottle/Breakable item key - by hoppem - 12-07-2011, 01:51 AM



Users browsing this thread: 1 Guest(s)