7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
AssignCommand(oPC, ClearAllActions(TRUE));
|
|
ActionStartConversation(oPC);
|
|
}
|