Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/takedrowkey.nss
Normal file
10
_module/nss/takedrowkey.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oItemToTake;
|
||||
oItemToTake = GetItemPossessedBy(GetLastUnlocked(), "DrowCaptainskey");
|
||||
if(GetIsObjectValid(oItemToTake) != 0)
|
||||
DestroyObject(oItemToTake);
|
||||
|
||||
DelayCommand(20.0, ActionCloseDoor(OBJECT_SELF));
|
||||
|
||||
}
|
Reference in New Issue
Block a user