7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
void main()
|
|
{
|
|
object oUser = GetLastUsedBy();
|
|
ActionStartConversation(oUser, "serverboard");
|
|
}
|
|
|