HoS_PRC8/_mod/_module/nss/wazoo_s0_astmsg.nss

7 lines
204 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// wazoo_s0_astmsg
void main()
{
object oMe=GetLocalObject(OBJECT_SELF,"oOwner");
if (GetIsPC(oMe)==TRUE) SendMessageToPC(oMe,"You sense your body in the prime material plane has been damaged!");
}