Save-Point
Cursor Command - 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: Cursor Command (/thread-6816.html)



Cursor Command - Tsunokiette - 01-07-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.

This can be used to make either a normal command window, or one using a cursor (a pointer).

It should work for any menu.

First import this into the icons folder. (Make sure you make the background transparent)

[Image: hand.png]

Then add this with the other window scripts.

* Cursor Command *

Now here are the instructions -

To create a nomal menu do this-

Code:
@menu = Cursor_Command.new(width,[commands])

To create a menu using the pointer (cursor) do this-

Code:
@menu = Cursor_Command.new(width,[commands],true)

If you get an error tell me immediately, it's a simple script so if it has any errors, it shouldn't be too hard to fix