WoR_PRC8/_module/nss/on_spawnpass2.nss

12 lines
318 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
#include "NW_O2_CONINCLUDE"
#include "NW_I0_GENERIC"
void main()
{
SetSpawnInCondition(NW_FLAG_ON_DIALOGUE_EVENT); //OPTIONAL BEHAVIOR - Fire User Defined Event 1004
SetListenPattern(OBJECT_SELF, "password", 2000);
SetListening(OBJECT_SELF,TRUE);
EffectInvisibility(INVISIBILITY_TYPE_NORMAL);
}