Changes

Jump to navigation Jump to search

cursor.set

54 bytes added, 10:01, 28 October 2011
Line 20: Line 20:     
== Example ==
 
== Example ==
<syntaxhighlight>if (needsCursor == true) then
+
<syntaxhighlight>if (needsCursor == true) then   -- needsCursor would be a variable defined earilier
 
   cursor.set("pencil")
 
   cursor.set("pencil")
 
end</syntaxhighlight>
 
end</syntaxhighlight>

Navigation menu