NWNDS/nwnds_module/ds_hq_conv_start.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -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(),"");
}