12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
#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);
|
||
|
}
|