Save-Point
Indenting Icon Commands - 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: Indenting Icon Commands (/thread-6852.html)



Indenting Icon Commands - MasterMind5823 - 06-24-2006

Indenting Icon Commands
Indenting Icon Commands
Version: 1
Jun 24 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.


Introduction

It allows for highlighted options to scroll to the left, and icons next to selections.

Features
  • doesn't overwrite other menu command scripts
  • easily implemented


Demo

Not needed because it's so simple.

Script

Indenting Icon Commands


Instructions

Place above Main. Then, when you create your command windows, use the code:

Code:
@command_window = Window_Command2.new(160, [choices], [icons])


NOTE: Take note of the "2" after Window_Command!!

FAQ

None.

Compatibility

Should be compatible with anything, unless you already have a Window_Command2 that is... :eusa_doh:

Credits and Thanks

squall, and the person who made the icon command script. Dunno who.

Author's Notes

None.