11 lines
320 B
Plaintext
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(),"");
|
|
}
|