06-09-2010, 05:59 PM
@ Atoa
during battle, when you select skill, or item, it opens window for item/ skill selection.
When the windows opens, the info about chars (picture, name, HP/ Mp etc) is deleted, so that it doesn't mess with the skill or items list. good.
however, when using ATB add-on, the ATB bar remains and is still visible while browsing the skill or item list.
i was wondering how to delete it.
is this the correct command ? :
and where to put it ? i d say in the ACBS | Battle Main Code ? in Scene_Battle ?
if possible to delete the ATB bar in skill or item menu, please could you confirm how to proceed exactly.
thank you
during battle, when you select skill, or item, it opens window for item/ skill selection.
When the windows opens, the info about chars (picture, name, HP/ Mp etc) is deleted, so that it doesn't mess with the skill or items list. good.
however, when using ATB add-on, the ATB bar remains and is still visible while browsing the skill or item list.
i was wondering how to delete it.
is this the correct command ? :
Code:
@atb_meters.visible = false
and where to put it ? i d say in the ACBS | Battle Main Code ? in Scene_Battle ?
if possible to delete the ATB bar in skill or item menu, please could you confirm how to proceed exactly.
thank you