9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
|
/**
|
||
|
* Simple chat just in case the auto-chat fails
|
||
|
*
|
||
|
*/
|
||
|
void main()
|
||
|
{
|
||
|
AssignCommand(OBJECT_SELF, ActionStartConversation(GetLastUsedBy(), "", TRUE));
|
||
|
}
|