mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 13:57:15 -05:00
9 lines
220 B
Plaintext
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);
|
|
|
|
}
|