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

11 lines
309 B
Plaintext

void main()
{
if (GetLocalInt(GetNearestObjectByTag("marshgas"),"on")) return;
int x = 0;
for (x=1;x<6;x++)
{
ApplyEffectAtLocation(DURATION_TYPE_PERMANENT,EffectAreaOfEffect(AOE_PER_FOGSTINK," "," "," "),GetLocation(GetObjectByTag("marshgas",x)));
}
SetLocalInt(GetNearestObjectByTag("marshgas"),"on",1);
}