Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/tb_zombopen.nss
Normal file
11
_module/nss/tb_zombopen.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oBoots = GetObjectByTag("BootsOfBlood");
|
||||
|
||||
if(GetLocalInt(OBJECT_SELF, "BootsTaken") != 1 && GetItemPossessor(oBoots) != OBJECT_SELF)
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "BootsTaken", 1);
|
||||
CreateItemOnObject("BootsOfBlood", OBJECT_SELF, 4);
|
||||
DelayCommand(300.0, SetLocalInt(OBJECT_SELF, "BootsTaken", 0));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user