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