Files
HeroesStone_PRC8/_module/nss/trap_on_unacq.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

12 lines
266 B
Plaintext

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));
}
}