NWNDS/nwnds_module/olm_tg_spyre1_cv.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

10 lines
231 B
Plaintext

void main()
{
// Get the creature who triggered this event.
object oPC = GetPlaceableLastClickedBy();
// Have us strike up a conversation with the PC.
ActionStartConversation(oPC, "olm_tg_spyre1", TRUE, FALSE);
}