void main() { object oPC = GetClickingObject(); if (!GetIsPC(oPC)) return; ClearAllActions(); AssignCommand(oPC, ClearAllActions()); AssignCommand(oPC, ActionStartConversation(oPC, "conv_goback", TRUE, FALSE)); }