9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
/// RTSA Message Conversation exit
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oMsg=GetLocalObject(oPC,"oMessenger");
|
||
|
DestroyObject(oMsg);
|
||
|
}
|