NWNDS/nwn_dark_sun/ds_hq_conv_start.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

11 lines
320 B
Plaintext

// Script by: Nyadarus
// Created: September 2003
// Used in: The Hermit Quest
// Purpose: Used to start conversations on 2 placeables: The Exit Portal
// in The Pit of Fire and The Dying Slave Tribe Member in
// Barrens Cave.
void main()
{
ActionStartConversation(GetLastUsedBy(),"");
}