Help - Search - Members - Calendar
Full Version: Need help trying to make a quest
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
ironfist94
Hey can anyone help me i need to know what i need to do. Im trying to make a quest where you need to be at level whatever but i don't know what to do please help. Also its for RMVX.
Sizux
A quest that requires you to be a certain level? You can do it with a variable and a conditional branch.

First, make a variable (tab 1, "Control Variables") and call it "Level Check". For "Operation", chose "Set". For "Operand", check "Actor", then select that character you want to check (probably your main character). For the second box, you should select "Level", which is selected by default. Hit OK.

Under that, make a conditional branch (tab 1) and check "Variable". Select the variable "Level Check" and for the next box, select "Greater than or Equal to". In the next box, type in the level that is required for the quest to be completed. Hit OK.

Above the "Else", make your events if your character meets the level criteria. Below the "Else" case, make the events that happen if your character does NOT meet the level criteria.

NOTE: If it doesn't work, make sure you have the Variable Fix applied in your script editor. Check the FAQ sticky topic on these forums for the variable fix.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.