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

10 lines
214 B
Plaintext

// Written by: Ne0nx3r0
// for the Dot Hack Project mod,
// http://www.dothackproject.net/
// Ne0nx3r0@hotmail.com
void main(){
SetListening(OBJECT_SELF, TRUE);
SetListenPattern(OBJECT_SELF, "**", 939);
}