DORIEN1010'S PROFILE

Search

[RMVX ACE] self variables

Hi there! i was wondering if you can make my own events have self variables (like self switch) for my farm sim, and if i can is there a script to do this?

[RMVX ACE] counting variables for equipment in inventory

hi there, i am having some difficulty getting the right count on items that my character has, if an item is equipped it wont count that in my total. is there a way using game data to include equip item as well.

this is what it is set as: control variable (001) = (fish) in inventory
this is what i want: control variable (001) = (fish) in inventory (include equipment)

[RMVX ACE] need help with variables for a menu

hey guys, so i am making a item menu using common events for my game, so far most of it is working out except for the adding and subtracting of numbers of the items.
now each item in this menu has 2 variables, one for the ones and one for the tens
(so i don't have to make 99 show picture conditional branches for each item) now subtracting and adding by 1 is working but i don't know how to add or sub more than that without adding a lot more conditional branches, so i was wondering if somebody cant help me with that.
here is what the common event looks like:

conditional branch (corn) in inventory, include equipment
call common event (icon check)
conditional branch: variable (corn ones) >9
control variables (corn tens) + 1
control variables (corn ones) = 0
branch end

conditional branch (corn) in inventory, include equipment
call common event (icon check)
conditional branch: variable (corn ones) <9
control variables (corn tens) - 1
control variables (corn ones) = 9
branch end

here what it currently looks like:

[RMVX ACE] custom item menu using common events

hi there i have been having problems creating a limited item/tool menu using events(harvest moon style) is there a easy way to to this?

any help will be appreciated
thanks

[RMVX ACE] allowing a player to build a fence

so i am making a farm simulator game and i would like the player to be able to build their own fences, is there a good way of doing this through events?

any help would be appreciated

thanks

HI!

Hey guys! my name is dorien and I just joined this site

I do have some experience with rpgmaker but i still need to learn more stuff about it.

anyways, its nice to meet all of you and i hope we can help each other in the future!
Pages: 1