NickNick
Member-
Content Count
12 -
Joined
-
Last visited
Community Reputation
0About NickNick

-
Rank
Member
-
NickNick started following Help! Script call for: Bush effect, Help! Text Choices overlapping (2 columns), Help! Choices Box Positioning and and 4 others
-
Hello! I am using this script that i found here : https://forums.rpgmakerweb.com/index.php?threads/himeworks-large-choices-row-column-option.91425/ Window_ChoiceList.prototype.maxCols = function() { return $gameVariables.value(X); // X is the variable ID# of a Game Variable }; It Works! and i have 2 columns of choices.. but my text boxes from 1st column overlaps to the second column.. Maybe someone know how to auto be rescaled the text box of choices regarding the length of the text it contains?
-
- text
- overlapping
-
(and 2 more)
Tagged with:
-
OK SOLVED! found the answer on Internet after better search! Credits to #Aloe Guvner Use Script command and paste this code.. (Place it, before your show choice-command) (function() { var alias_Window_ChoiceList_start = Window_ChoiceList.prototype.start; Window_ChoiceList.prototype.start = function() { alias_Window_ChoiceList_start.call(this); switch ($gameMessage.choicePositionType()) { case 0: //left this.x = 5; this.y = 7; break; } } })(); Replace the this.x & this.y values to what values you want! (This code refers to the ''left'' placed box ocation ) You can also adjust the case of placed box: case 1: //middle case 2: //right (Sorry for my english) :P
-
Hello! I was wondering.. is there a way to edit the x and y position of choices box? I don't need static x, y but i want to change it through a $gameVariables.value(x) or something.. every time that i call it..
-
Hello all.. I am using the plug in= YEP_GabWindow.js (Yanfly) About the positioning of the Gab window.. there is only one parameter, placed in the inside parameters of the plug in! Is there a way to control this parameters from outside the plug in? I mean.. maybe i can use a variable " $gameVariables.value(x) " .. so that i can change this parameter every time that i want.. and place the gab to different positions every time? (and not to a fixed one)?
-
Hello all! Is there a script that closes an opened Message.. ? (I dont need the inside code texts like \^ ) The problem is that, when a message is open, is like the game is on PAUSE mode.. BUT.. I found this script that allow me to move while message is displaying.. $gameMessage.clear(); So now, all i need is one more script so that to close the message window at all! Is there any script for this? (Thanx in advance.. and sorry for my english..)
-
Thanx people for the feedback! I know .. i am using parallax already for map .. but i need more parallax layers.. So thats why i asked about (show picture - below character) Is there a way to have more than one parallax? in different layers? and if so? do you have any plug to suggest? thanx in advanced!
-
Hello all I am using RPG maker MV.. Any [script - plug in] for how to display a picture below the actor? (I want to use the picture as the Map that the actor steps on it)
-
Help! Script! Change Region through script!
NickNick posted a topic in Editor Support and Discussion
- Rpg maker Mv - Is there a way to make a call script inside an event, that says something like that: the x,y position of map, change the Region ID to [a new ID] ? - (I am using yanflys plugin YEP_RegionRestrictions.js ) (just to know..) -
Help! Script call for: Bush effect
NickNick replied to NickNick's topic in Editor Support and Discussion
Yea Rpg Maker Mv ... Ohhh Ok! No problem.. Thanx for your time ! :D -
Help! Script call for: Bush effect
NickNick replied to NickNick's topic in Editor Support and Discussion
Oh Sorry i forgot to ask you.. Is this code just for command script? Or is so that to replace the official code of the game in the folders .js? -
Help! Script call for: Bush effect
NickNick replied to NickNick's topic in Editor Support and Discussion
Oh thanx so much for your try.. !!! :D But unfortunately i have errors.. A region call as you tried with your code would be nice.. But i dont care... all i need is a script to enable it.. and a script to disable it.. :P -
Is there a way to enable/desable bush effect? bush effect is inside: database/tilesets/ I dont use tilesets but parallax picture as a map.. so i cant call it properly with terrain tag.. and i need a script


