Save-Point
Use an Indicator instead of a Cursor - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Use an Indicator instead of a Cursor (/thread-6895.html)



Use an Indicator instead of a Cursor - Tsunokiette - 06-28-2006

Use an Indicator instead of a Cursor
Tsunokiette
Jun 28 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


I've been grave digging through my old scripting topics lately, and am redoing them more simply, not overthinking anything, and making them work.

I'm also making sure they require minimum work from the user.

Just import this into your pictures folder. (make sure to make the background transparent)
(DEAD IMAGE LINK But we're talking a hand icon like Final Fantasy...)


Then replace Window_Command with the following code. (this is version 1, version 2 will be much cleaner)

Code

Then in any command_window you want an indicator as opposed to the selector, add a "," and true.

ex:
Code:
@command_window = Window_Command.new(192, [s1, s2, s3],true)