Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/olm_tg_spyre2_cv.nss
Normal file
10
nwn_dark_sun/olm_tg_spyre2_cv.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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_spyre", TRUE, FALSE);
|
||||
}
|
||||
|
Reference in New Issue
Block a user