WoR_PRC8/_module/nss/glacial_guard.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

16 lines
390 B
Plaintext

#include "NW_O2_CONINCLUDE"
#include "NW_I0_GENERIC"
#include "x0_i0_anims"
#include "x0_i0_walkway"
void main()
{
SetListeningPatterns();
WalkWayPoints();
GenerateLowTreasure(OBJECT_SELF);
GenerateLowTreasure(OBJECT_SELF);
string sText;
sText = "Come out thief! I know you are here!";
ActionSpeakString (sText, TALKVOLUME_TALK);
ActionWait(3.0);
}