Does anyone have an explanation of a quest with the Quest Journal script from "modernalgebra"?
I just can't understand it, for example it says to activate a quest you must do this:
# quest(quest_id)
# quest_id : the integer ID of the quest you want to access
my question, what do I type in the script? [the example quest of mine will be "harvest"]
"quest(harvest)"?, "quest(quest_harvest)"?, quest(harvest_id)"?, harvest(harvest_id)?, "quest_id: harvest"?, etc, etc.
Or this one:
# reveal_objective(quest_id, objective_id_1, ..., objective_id_n)
# quest_id : the integer ID of the quest you want to access.
# objective_id_1, ..., objective_id_n : a list of the IDs of the
# objectives you want to operate on.
what now? "reveal_objetive(quest_harvest, objetive_harvest_1, ..., objetive_harvest_n)" ??
I usually want to understand everything so I can be better at what I'm doing, so, why the ",... ," and the "_n"?
A screenshot of a quest you made would be good, maybe I could understand a bit of this @$*#$ script
Link to the script:
http://rmrk.net/inde...ic,45127.0.html