8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
AssignCommand(OBJECT_SELF,ClearAllActions(TRUE));
|
||
|
AssignCommand(oPC,ClearAllActions(TRUE));
|
||
|
AssignCommand(oPC,ActionStartConversation(oPC,"clone_peeps",TRUE,FALSE));
|
||
|
}
|