Discuss this page on this pages TalkPage

objSendMessage

See objSendMessage at Xelerus

Syntax (objSendMessage spaceObject spaceObject string)
Arguments spaceObject: The space object you want to send the message to.
spaceObject: The space object you want to send the message from.
string: The message.
Returns condition: True if successful.
Category message, spaceobject
Description Sends a message from space object two to space object one.

Example

(objSendMessage gPlayerShip Nil "Success")

Displays Success if the player is in fight. Return to Functions list