HoS_PRC8/_mod/_module/nss/merc_h_remdis.nss

6 lines
122 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
void main()
{
object oPC=GetPCSpeaker();
ActionCastSpellAtObject(SPELL_REMOVE_DISEASE,oPC,METAMAGIC_ANY,TRUE,12);
}