8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
#include "mb_inc"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
MB_ReadOwnerPosts(oPC, GetIsDM(oPC), 0);
|
|
}
|