7 lines
204 B
Plaintext
7 lines
204 B
Plaintext
|
// 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!");
|
||
|
}
|