markerColor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
'''Example:''' | '''Example:''' | ||
? '''markerColor''' "MarkerOne" [[ | ? '''markerColor''' "MarkerOne" [[ a == b | ==]] "ColorRed" : [[player]] '''setFace''' "Marilyn" |
Revision as of 15:38, 24 April 2006
markerColor markername
Operand types:
markerName: String
Type of returned value:
Compatibility:
Added in version 1.50
Description:
Get marker colour.
See setMarkerColor.
Note: This function is identical to getMarkerColor.
Example:
? markerColor "MarkerOne" == "ColorRed" : player setFace "Marilyn"