Battledale_PRC8/_module/nss/jw_crypt2_enter.nss
Jaysyn904 7b9e44ebbb 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.
2024-03-11 23:44:08 -04:00

14 lines
328 B
Plaintext

void main()
{
if (GetLocalInt(OBJECT_SELF,"donesetup")!=2)
{
ApplyEffectAtLocation(DURATION_TYPE_INSTANT,EffectAreaOfEffect(AOE_PER_FOGMIND,"jw_mind_smoke","jw_empty_script","jw_empty_script"),GetLocation(GetObjectByTag("jw_invis_dark")));
//SetLocalInt(OBJECT_SELF,"doors",1);
SetLocalInt(OBJECT_SELF,"donesetup",2);
}
}