9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
|
//Start Conversation on Placeable
|
|
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
AssignCommand(oPC, ClearAllActions(TRUE));
|
|
ActionStartConversation(oPC);
|
|
}
|