PWE_PRC8/_module/nss/mb_read_own_loc.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

8 lines
108 B
Plaintext

#include "mb_inc"
void main()
{
object oPC = GetPCSpeaker();
MB_ReadOwnerPosts(oPC, GetIsDM(oPC));
}