Hi Everyone can you help me, i want to change the position of choicelist, i want it to be in the center of screen, not in the bottom right of screen, thank you for helping me
Help, i want to change the position of Choicelist
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to RGSSx Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
What about when it's shown as part of a message? (do Show Text, then immediately do Show Choices to see what I mean) -
I don't think you can do this without a script. I've never tried so I'm not exactly sure though.
-
@Shaz im sorry just new here, i want the show list to be in the middle of the screen not in the bottom right.
-
What he is asking is do you want the choices to show up after a text, during a text, or just the choices smack dab in the middle with nothing else.
-
@Bloodmorphed is there any posible way to change its position, i want it to be in the middle
-
Thats weird, my text went small in the middle of my post, haha.
Anyways, awesome first language by the way. Tagalog just sounds cool.
But, yes you can, but with a script. I'd write it for you, but I don't know how to do that... yet. -
No I'm not (and I'm a she, not a he ;) ). I'm saying that if you use Show Choices immediately after Show Text, it shows both on the screen at the same time. I am not sure if that changes the position of the choices box.What he is asking is do you want the choices to show up after a text, during a text, or just the choices smack dab in the middle with nothing else.
So what I'm asking is if you want the choice box in the middle of the screen all the time or only when it's not coming immediately after a Show Text box (in which case the choice box position might already be overridden to appear somewhere else). -
Im sorry hehe, the one i want to be in the center is choice box not choice inside of it sorry sorry
-
@Bloodporhed hehe i'm from philippines
-
the one that i want to be in the center the show choice text box, because its always in the buttom right and i want it to be in the center if i pick in the show choices
-
Place this as a new script:
class Window_ChoiceList < Window_Command alias :evg_wcl_up_mid :update_placement def update_placement evg_wcl_up_mid self.x = (Graphics.width - self.width) / 2 self.y = (Graphics.height - self.height) / 2 endendIt will always be in the middle. -
Soulpour777 has a script that does this: http://www.rpgmakervxace.net/topic/22233-choice-set-up-position/
You can have many ways to change where you want the choice list to appear too. -
@Evgenij Thank you for helping me
@Milena Thank you also for helping me
Thanks a lot guys for helping me :) -
arjayarjay, please avoid double posting, as it is against the forum rules. You can review our forum rules here. Thank you.
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.