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
Closet script need help !!! :)
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#1
Closet script need help !!! :)

I am fully working on my custom story but now I am stuck in one of my script(Key to closet) and this is my script:



////////////////////////////
// Run first time starting map
void OnStart()
{
AddUseItemCallback("", "KeyCloset", "ClosetLock", "UnlockCloset", true);
}

void UnlockCloset(string &in asItem, string &in asEntity)
{
SetEntityActive("ClosetLock", false);
GiveSanityBoost();
PlaySoundAtEntity("", "unlock_door", "Player", 0, false);
RemoveItem("KeyCloset");
}
////////////////////////////
// Run when entering map
void OnEnter()
{

}

////////////////////////////
// Run when leaving map
void OnLeave()
{

}

This is my lang file:



<CATEGORY Name="Inventory">
<Entry Name="ItemDesc_KeyCloset">This is a hidden key for a closet in the basement </Entry>
<Entry Name="ItemName_KeyCloset">Double spare key</Entry>
</CATEGORY>

My key name is: Keycloset

And my blockbox is named: ClosetLock

Can you see what I am during wrong!! Smile

PLease help
(This post was last modified: 08-10-2012, 04:42 PM by Pandachoko.)
08-10-2012, 04:41 PM
Find


Messages In This Thread
Closet script need help !!! :) - by Pandachoko - 08-10-2012, 04:41 PM
RE: Closet script need help !!! :) - by Lizard - 08-10-2012, 04:53 PM
RE: Closet script need help !!! :) - by Adny - 08-10-2012, 04:55 PM
RE: Closet script need help !!! :) - by Adny - 08-10-2012, 06:48 PM
RE: Closet script need help !!! :) - by Adny - 08-10-2012, 08:35 PM
RE: Closet script need help !!! :) - by Ongka - 08-11-2012, 03:44 AM



Users browsing this thread: 1 Guest(s)