A Few Questions

Game Editor comments and discussion.

A Few Questions

Postby kesigon » Thu Sep 30, 2010 11:19 pm

Can you make an individual character level up separate from the 2-D stages? Can characters learn special abilities? and can characters change classes?
kesigon
 
Posts: 2
Joined: Thu Sep 30, 2010 11:15 pm
Score: 0 Give a positive score

Re: A Few Questions

Postby DST » Fri Oct 01, 2010 1:13 am

they can do anything you want them to. All the questions you asked are simply VARIABLES.

Use the 'variables' tab in any script editor window to create a new one.

level=1;

level++;

char class[32]="rogue";

class="cleric";

Variables are whatever you tell them to be.

health=10+(level*10);
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: A Few Questions

Postby kesigon » Fri Oct 01, 2010 1:34 am

Thanks. I'm really knew to this. I'm not making the game per say. I'm writing it and my friend is making it. I'll the info on. Thank you very much!
kesigon
 
Posts: 2
Joined: Thu Sep 30, 2010 11:15 pm
Score: 0 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest

cron