Initial upload
Initial upload
This commit is contained in:
14
_module/nss/chestdestroyer.nss
Normal file
14
_module/nss/chestdestroyer.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this script OnOpen
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastOpenedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
object oTarget;
|
||||
oTarget = OBJECT_SELF;
|
||||
|
||||
DelayCommand(80.0, DestroyObject(oTarget, 0.0));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user