alright first of all, i would like to place certain variables either on game menu, or on the screen while character is moving (not sure of the naming) i found a solution but it was for ACE,
module HopeFragmentMenu Variable_id = 3 #The variable to be shown Format = "Honor: %s" #The format of the variable, with %s replaced with #the current value of the variableend
and i dont know how to place it in MV...so if anyone knows how, or another method to achieve this please do tell me :D
secondly, i want an item to change variables, maybe weapons and armors too.
bread change hunger variable for an example, or sword changing aptitude ....
i have placed a formula for bread from what i could gather but it doesnt seem to work or consume the bread item at all
$game_variable[82]+=10;1
i placed this in the formula as HP recover, but it wont consume the item at all could the formula be wrong for MV?
thanks for helping with my silly questions :D