PRC8_fork/trunk/scripts/mh_s2_mharpitem.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

9 lines
220 B
Plaintext

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);
}