9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
#include "mb_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
string sTitle = GetLocalString(OBJECT_SELF, "TITLE");
|
||
|
string sMessage = GetLocalString(OBJECT_SELF, "BODY");
|
||
|
MB_AddPost(sTitle,sMessage,GetPCSpeaker(),0);
|
||
|
}
|