Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
9
_module/nss/eye_mtower_key.nss
Normal file
9
_module/nss/eye_mtower_key.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastUnlocked();
|
||||
object oKey = GetItemPossessedBy(oPlayer, "MTowerKey");
|
||||
if (oKey != OBJECT_INVALID)
|
||||
{
|
||||
DestroyObject(oKey);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user