I'm sorry to possibly be a bother, but is it possible to change the number of rows in the title command window with this as well? If it is, I haven't been able to figure out how
Thank you! That is exactly what I was looking for. I had gotten confused because by the name alone I thought it would limit the actual number of commands on the title window! Thank you again!
No problem, it was made before I added the columns parameter so it made more sense then, but now if I change it people will lose what they had entered 😅maybe the wiki is a bit more clear here since it does say it is the height of the window: https://caspergaming.miraheze.org/wiki/CGMZ_Title_Command_Window
Hello, I like your plugin, i have a question, Can I select for example, tutorial and how i can teleport my character with fade effect too my map,x,y cordinate?
Hello, I like your plugin very much. But I would like to ask you, how to set the developer list xy in this plugin. I'm sorry to bother you but I don't seem to know anything about plugins.
Hi, no worries, the x/y of the title command window can be set through the database, on the System 1 Tab, click the Command Window (X+0, Y+0) option in the top center to change the x/y coordinate of the command window.
I love this plugin, though I have a question. How can I call Common Event with this plugin ? I tried using "$gameTemp.reserveCommonEvent(3);" but it doesn't work at all?
Common events normally do not run on the title screen, you would need to find another plugin that allowed common events to run anywhere (or at least on the title screen).
← Return to plugin
Comments
Log in with itch.io to leave a comment.
I'm sorry to possibly be a bother, but is it possible to change the number of rows in the title command window with this as well? If it is, I haven't been able to figure out how
Hi, the Visible Commands parameter changes how many lines tall the window is, which is how many rows will be visible.
If you want to increase the columns per row (for a more horizontal layout), change the Columns parameter.
Thank you! That is exactly what I was looking for. I had gotten confused because by the name alone I thought it would limit the actual number of commands on the title window! Thank you again!
No problem, it was made before I added the columns parameter so it made more sense then, but now if I change it people will lose what they had entered 😅maybe the wiki is a bit more clear here since it does say it is the height of the window: https://caspergaming.miraheze.org/wiki/CGMZ_Title_Command_Window
Hello, I like your plugin, i have a question, Can I select for example, tutorial and how i can teleport my character with fade effect too my map,x,y cordinate?
Hi, yes you should be able to put this for your command JS:
Hello, I like your plugin very much. But I would like to ask you, how to set the developer list xy in this plugin. I'm sorry to bother you but I don't seem to know anything about plugins.
Hi, no worries, the x/y of the title command window can be set through the database, on the System 1 Tab, click the Command Window (X+0, Y+0) option in the top center to change the x/y coordinate of the command window.
Gosh you're so nice! You are truly the most attentive and gentle author I have ever met! Thank you for teaching me this method!
I love this plugin, though I have a question. How can I call Common Event with this plugin ? I tried using "$gameTemp.reserveCommonEvent(3);" but it doesn't work at all?
Common events normally do not run on the title screen, you would need to find another plugin that allowed common events to run anywhere (or at least on the title screen).
Yeah, should've known it already. Thx for your reply.