Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
20
_module/nss/jw_plane_air_ent.nss
Normal file
20
_module/nss/jw_plane_air_ent.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
int nIdx;
|
||||
if (GetLocalInt(OBJECT_SELF,"donesetup")!=2)
|
||||
|
||||
{
|
||||
for (nIdx=1;nIdx<=7;nIdx++)
|
||||
{
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_PERMANENT,EffectAreaOfEffect(AOE_PER_FOGKILL,"jw_wall_wind","jw_empty_script","jw_empty_script"),GetLocation(GetObjectByTag("jw_air_object"+IntToString(nIdx))));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
SetLocalInt(OBJECT_SELF,"donesetup",2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user