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

5 lines
136 B
Plaintext

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