Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
11
_module/nss/trap_on_unacq.nss
Normal file
11
_module/nss/trap_on_unacq.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oItem = GetModuleItemLost();
|
||||
object oPC = GetModuleItemLostBy();
|
||||
|
||||
if(GetTag(oItem)=="NW_IT_TRAP048")
|
||||
{
|
||||
object oTrap = GetNearestTrapToObject(oPC);
|
||||
SetLocalLocation(oTrap,"TRP_PLCBL_LOC",GetLocation(oPC));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user