The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Script help! 2
tezpull666 Away
Banned

Posts: 286
Threads: 15
Joined: May 2013
#1
Script help! 2

I did all the scripting:
PHP Code: (Select All)
OnStart()
{
    
AddUseItemCallback("""key_study_1""level_wood_1""FUNCTION"true);
}

OnEnter()
{

}

OnLeave()
{

}

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


But it said this:
Help2
(This post was last modified: 07-17-2013, 07:22 PM by tezpull666.)
07-17-2013, 07:04 PM
Find


Messages In This Thread
Script help! 2 - by tezpull666 - 07-17-2013, 07:04 PM
RE: Script help! 2 - by OriginalUsername - 07-17-2013, 07:06 PM
RE: Script help! 2 - by tezpull666 - 07-17-2013, 07:20 PM
RE: Script help! 2 - by Icaab2608 - 07-18-2013, 07:58 AM
RE: Script help! 2 - by PutraenusAlivius - 07-18-2013, 08:07 AM
RE: Script help! 2 - by OriginalUsername - 07-18-2013, 11:02 AM



Users browsing this thread: 1 Guest(s)