10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetClickingObject();
|
|
if (!GetIsPC(oPC)) return;
|
|
|
|
ClearAllActions();
|
|
AssignCommand(oPC, ClearAllActions());
|
|
AssignCommand(oPC, ActionStartConversation(oPC, "conv_goback", TRUE, FALSE));
|
|
}
|