- Joined
- Jan 22, 2016
- Messages
- 11
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hey guys, new to the forum so not sure if I'm posting in the right place but here goes.
Pretty new to RPG Maker, but I do some knowledge of other languages... heres my question:
I'm using Vlues Basic Quest Control system, and within it he has set a script call for "set_obj
questid,
bjid, value)" which sets the designated objective to desired value.
Is there anyway to call the value of a global variable, and have the script set that as the objectives value?
I tried something like this:
set_obj
questid001,
bjid1, $game_variables[0001])
but it returns errors I dont understand currently, still learning Ruby
But almost 100% sure I've stumbled into a syntax issue
Any help trying to resolve this would be lovely
Pretty new to RPG Maker, but I do some knowledge of other languages... heres my question:
I'm using Vlues Basic Quest Control system, and within it he has set a script call for "set_obj
Is there anyway to call the value of a global variable, and have the script set that as the objectives value?
I tried something like this:
set_obj
but it returns errors I dont understand currently, still learning Ruby
Any help trying to resolve this would be lovely




