PRC8/nwn/nwnprc/trunk/scripts/mh_s2_mharpitem.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -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);
}