NWNDS/nwnds_module/ds_hq_conv_start.nss

11 lines
320 B
Plaintext
Raw Normal View History

// 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(),"");
}