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

12 lines
245 B
Plaintext

#include "x0_i0_anims"
void main()
{
// * Fire User Defined Event 1003
// *
SetSpawnInCondition(NW_FLAG_END_COMBAT_ROUND_EVENT);
// * Fire User Defined Event 1004
// *
SetSpawnInCondition(NW_FLAG_ON_DIALOGUE_EVENT);
}