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
Coding Problem
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#6
RE: Coding Problem

Try copying and pasting this then. Not sure if it will change anything, guess we'll find out :3

PHP Code: (Select All)
void OnStart()
{
AddUseItemCallback("""key_study_1""level_wood_1""FUNCTION"true); 
}

void OnEnter()
{

}

void OnLeave()
{

}

void FUNCTION(string &in asItemstring &in asEntity)
{
SetLevelDoorLocked("level_wood_1"false); 
PlayGuiSound("unlock_door.snt"100); 
RemoveItem("key_study_1");


Discord: Romulator#0001
[Image: 3f6f01a904.png]
10-02-2015, 05:45 AM
Find


Messages In This Thread
Coding Problem - by hananh129 - 10-02-2015, 04:00 AM
RE: Coding Problem - by Romulator - 10-02-2015, 04:50 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:09 AM
RE: Coding Problem - by Romulator - 10-02-2015, 05:19 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:27 AM
RE: Coding Problem - by Romulator - 10-02-2015, 05:45 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 05:48 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:15 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 06:22 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:36 AM
RE: Coding Problem - by hananh129 - 10-02-2015, 06:42 AM
RE: Coding Problem - by Romulator - 10-02-2015, 06:51 AM
RE: Coding Problem - by Mudbill - 10-02-2015, 10:19 AM



Users browsing this thread: 1 Guest(s)