Adventure RPG Update 2.26.2021- Quest System Progress
- readypercival
- Feb 26, 2021
- 1 min read
Happy Thursday! I've begun implementing a quest system, starting with a basic one where you have to defeat a few turtle enemies. You press the run button to interact with this guy, who asks you to go get some enemies in the area for him and then come back.
And here's a sneak peek at the code powering it! The engine I'm working in had some very confusing approaches to coding local variables, so it's going to need a bit more time on the drawing board to get properly working.

Comments