TargCurs

From Wiki
Revision as of 09:04, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search
The #targCurs system variable determines if cursor is a target cursor. It can also be written to, to get a target cursor.


#targCurs Values
Value Description
0 Cursor is a normal cursor.
1 Cursor is a target cursor.

Example

event SysMessage Target something!

set #targCurs 1
targLoop:
if #targCurs = 1
  goto targLoop

event SysMessage The ID of the target is #lTargetID
halt


See also

Main Page Documentation