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
The last thing of all! FROM ME!
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#3
RE: The last thing of all! FROM ME!

Now it wont load the map. It will freeze and show an error window about that code line don't Work, and crash my pc

this is how I set it up:
void OnStart()
{
AddUseItemCallback("", "keycloset2", "secret", "KeyOnDoor", true);
}
void KeyOnDoor(string &in asItem, string &in asEntity)
{
SetLevelDoorLocked("secret", false, true);
PlaySoundAtEntity("", "unlock_door", "secret", 0, false);
RemoveItem("keycloset2");
}


I am newbie, and I may miss a Little detail.. Sad
12-07-2013, 10:47 PM
Find


Messages In This Thread
The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 10:34 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 10:41 PM
RE: The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 10:47 PM
RE: The last thing of all! FROM ME! - by Traggey - 12-07-2013, 10:54 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:02 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 11:19 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:19 PM



Users browsing this thread: 1 Guest(s)