HiddenTradition_PRC8/_removed/mh_s2_mharpitem.nss
2024-06-20 15:47:42 -04:00

11 lines
245 B
Plaintext

#include "nw_i0_spells"
void main()
{
//Fire cast spell at event for the specified target
SignalEvent(OBJECT_SELF, EventSpellCastAt(OBJECT_SELF, 479, FALSE));
ActionStartConversation(OBJECT_SELF, "mh_art_dialog", FALSE, FALSE);
}