12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetEnteringObject();
|
|
|
|
if (GetIsPC(oPC))
|
|
{
|
|
ActionStartConversation(oPC, "quest1exitconvo1", TRUE, FALSE);
|
|
}
|
|
|
|
}
|