markerColor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
'''Example:''' | '''Example:''' | ||
? '''markerColor''' "MarkerOne" == "ColorRed" : [[player]] '''setFace''' "Marilyn" | ? '''markerColor''' "MarkerOne" [[ cond_equal | ==]] "ColorRed" : [[player]] '''setFace''' "Marilyn" |
Revision as of 02:39, 16 April 2006
back to COMREF
markerColor markername
Operand types:
markerName: String
Type of returned value:
Description:
Get marker colour.
See setMarkerColor.
Note: This function is identical to getMarkerColor.
Example:
? markerColor "MarkerOne" == "ColorRed" : player setFace "Marilyn"