PRC8/trunk/scripts/prc_ai_sum_spell.nss

5 lines
111 B
Plaintext
Raw Normal View History

void main()
{
ExecuteScript("nw_ch_acb", OBJECT_SELF);
ExecuteScript("prc_npc_spellat", OBJECT_SELF);
}