ironfist94
Mar 23 2010, 08:32 PM
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
Mar 24 2010, 06:49 AM
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.