Aantioch_Infernum/_module/nss/_wildmagic_enter.nss

12 lines
223 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
#include "x2_inc_switches"
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
SetModuleOverrideSpellscript("aa_wild_magic");
SetLocalInt(GetArea(OBJECT_SELF), "X2_L_WILD_MAGIC", 1);
}