8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
//Object starts conversation when used
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastUsedBy();
|
||
|
AssignCommand(oPC, ClearAllActions(TRUE));
|
||
|
ActionStartConversation(oPC, "", TRUE);
|
||
|
}
|