Aantioch_Infernum/_module/nss/no_scr_logspnloc.nss
EpicValor f6270c3cb8 Tweaked several areas, mobs, and added
the codi ai to some mobs.
2023-09-28 23:01:25 -05:00

5 lines
136 B
Plaintext

void main()
{
SetLocalInt( OBJECT_SELF, "#RETSPNLOC", 1 );
SetLocalLocation( OBJECT_SELF, "#SPAWNLOC", GetLocation( OBJECT_SELF ) );
}