Hello everybody,
does somebody know how I can add an, per menue accessible, as an sub of the regular menue, stat page for my character which shows certain counters for different variables?? :kaoswt:
something like this:
<--snip-->
Eaten bread 31 took sword lessons 48
drank water 67 collected shards 32
The specific number would be depend on variable counters.
Thanks in advance:kaothx:
Show a textbox with variable counters
● ARCHIVED · READ-ONLY
-
-
@frhghz I have removed your image. This is a PG13 site, which means that everything has to be suitable for minors to view, and that screenshot was well over the rating.
I suggest you do a mockup with other categories to show what you are looking for. -
-
Quick scripting this https://github.com/theoallen/RGSS3/blob/master/Free/Simple Show Variable Menu.rb
How it looks like
-
Looks like what he needs except for having names for the variables, not variable 1, variable 2 etc
Can the def draw_all_variables be set to draw_text(rect, varname, $data_system.variables[id])
with the VarMenu_VarID = [1, "first text" ;2, "second text" ; etc -
It based on these names
-
Quick scripting this https://github.com/theoallen/RGSS3/blob/master/Free/Simple Show Variable Menu.rb
How it looks like
View attachment 95398
Looks promising.
With which event command I can get this window to be shown??
I'm still kind of noob with the rpg vx ace script editor:kaodes:
:kaoswt::kaocry: -
It's on menu by default. Or you want it not in the menu?Looks promising.
With which event command I can get this window to be shown??
I'm still kind of noob with the rpg vx ace script editor:kaodes:
:kaoswt::kaocry:
You can use event command > script call
Code:Btw, it calls a new scene, which I mean you will be thrown into a custom menu, not map, like, well the map is blurry, and you can't see sprite moving.SceneManager.call(Scene_VarMenu) -
It's on menu by default. Or you want it not in the menu?
You can use event command > script call
Code:Btw, it calls a new scene, which I mean you will be thrown into a custom menu, not map, like, well the map is blurry, and you can't see sprite moving.SceneManager.call(Scene_VarMenu)
Yes, this is the kind of thing I wanted:kaojoy:
Another question, whenn I access the var menu via
https://yanflychannel.wordpress.com/rmvxa/menu-scripts/ace-menu-engine/
IT is possible to return to the standart menu, when I exit the var menu???:kaoswt: -
I'm not sure if I understand that question though. If you accessed it via menu, it should bring you back to the standard main menu. If you call it by event, you will get back to map. And as the first glance, it also should compatible with Yanfly's.
-
Sry, for the wait.
First; thanks again, your variable window returns to the menu window
Second; I mean, can you tell me, how do I achieve that the yanfly sub menu returns to the standart menu up on exiting, or it is impossible??? -
I don't understand. Is it behaving they way you didn't want?Second; I mean, can you tell me, how do I achieve that the yanfly sub menu returns to the standart menu up on exiting, or it is impossible???
-
You need to explain what you want and what it is doing for you. When you say return to the main menu or standard menu, the script does this. Main and standard is the same thing.Sry, for the wait.
First; thanks again, your variable window returns to the menu window
Second; I mean, can you tell me, how do I achieve that the yanfly sub menu returns to the standart menu up on exiting, or it is impossible???
If you have it set to access this from a different location, you need to say where it is being called from. -
Well, today I tried to to work with some options of the yanfly script, now it work like I want, thanks anyway:kaoblush::kaophew:
-
@frhghz If this has fully resolved your query, please Report your post and ask for the thread to be closed.
Thanks. -
-
You mean adding another menu from main menu? Yes, it won't conflict.
-
Is it possible to modify your script to make this work or do I need a seperate script????You mean adding another menu from main menu? Yes, it won't conflict.
Alternatively, would it be possible to add an other page after the variable one? -
You REALLY need to elaborate more. What you expect to work? What doesn't work? How it looks in your project? And how you want it to look like? All of your questions were like this and it's hard to understand what you want.Is it possible to modify your script to make this work or do I need a seperate script????
Possible, but without you giving much info about it, I will interpret myself on how to access this "other page".Alternatively, would it be possible to add an other page after the variable one? -
Possible, but without you giving much info about it, I will interpret myself on how to access this "other page".
Well I thought accessing the second page after pressing " 'enter'/ confirm" and after a second time pressing enter returning to the main menu.
e.g.
Main menu> (selecting) Statistics 'confirm/enter' > statistics showcase 'confirm/enter' > a second page 'confirm/enter' > Main menu
Sry for being hard to unterstand/ not able to elaborate the right way. my conversational english is very rusty:kaoback::kaodes: