generated from Jaysyn/ModuleTemplate
11 lines
309 B
Plaintext
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);
|
|
}
|