8 lines
220 B
Plaintext
8 lines
220 B
Plaintext
// attempt to abort in progress join
|
|
void main()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
AssignCommand(oPC,ClearAllActions());
|
|
DelayCommand(1.0,AssignCommand(oPC,ActionStartConversation(oPC,"inprogress_join",TRUE,FALSE)));
|
|
}
|