Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Basic Quest Tutorial

TheUnproPro

Boondoggle
Staff member
Resource Team
Partner
This tutorial will show you how to make a basic quest. Sorry if this doesn't belong here, it's a video tutorial and I'm not sure if I should put it here or in the RPG maker Videos part, since... well, its also a tutorial lol.
 

TheUnproPro

Boondoggle
Staff member
Resource Team
Partner
Create an event for the troop, and add a skeleton variable by however many skeletons there are in the battle.

Then just do a conditional branch to check if that variable is greater than or equal to 15
 

Lark Monster

Towns Guard
Xy$
0.00
I'm a bit confused about the pages in the Event Editor, and why you need to make a new page and set the switch under Conditions on the 2nd page instead of the first page. (perplexed)
 

TheUnproPro

Boondoggle
Staff member
Resource Team
Partner
I'm a bit confused about the pages in the Event Editor, and why you need to make a new page and set the switch under Conditions on the 2nd page instead of the first page. (perplexed)
Basically, when you create a new event page and check one of the options in the conditional section, (like if you click switch), then that event page wont activate until that switch is on. It's just personal preference really, considering I could have done it with conditional branches.
 

Lark Monster

Towns Guard
Xy$
0.00
Basically, when you create a new event page and check one of the options in the conditional section, (like if you click switch), then that event page wont activate until that switch is on. It's just personal preference really, considering I could have done it with conditional branches.
Thank you. I found out that the higher page numbers get looked at first. I didn't know this before. :)
 
Top