Simple Multiclassing Event - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Tutorials (https://www.save-point.org/forum-19.html) +--- Thread: Simple Multiclassing Event (/thread-2642.html) |
Simple Multiclassing Event - PAGRAM - 10-08-2006 Was my first event I did without any help, no tutorials or anything. Its simple and can be easily upgraded/changed with much more. I added a simple quest you had to do after I wrote it and got it to work. Well here it is, hopefully first of many to come!! >Message: Would you like ot join the fighters guild? >Show Choices: Yes, No [Yes] (Created a Variable, named it Level, cause I wanted it where you had to be a certain lvl to change class) >Conditional Brance: Vairable[****:Level] >=5 (Can be any number or 0) >Control Variable: [****: Level] = [Hero]'s Level > Change Actor Class: [Hero], [Fighter] >Message: You are now a fighter! [Else] >Message: You are to weak to join the guild! [End] [No] [End] As you can see, a basic event, add a quest or something to easily expand it to your needs. Anyways, this newb is out! PEACE PAGRAM!!! |