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
** SOLVED ** Fatal Error when loading Custom Story?
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: Fatal Error when loading Custom Story?

void OnStart()
{
AddUseItemCallback("", "key_laboratory_1", "mansion_3", "FUNCTION", true,);
}

void OnEnter()
{

}

void OnLeave()
{

}

void FUNCTION(string &in item, string &in door)
{
SetLevelDoorLocked("mansion_3", false);
PlayGuiSound("unlock.door.snt", 100);
RemoveItem("key_laboratory_1");
}

Remove that.

"Veni, vidi, vici."
"I came, I saw, I conquered."
05-01-2013, 05:50 AM
Find


Messages In This Thread
RE: Fatal Error when loading Custom Story? - by PutraenusAlivius - 05-01-2013, 05:50 AM



Users browsing this thread: 1 Guest(s)