The Daily Click ::. Forums ::. Klik Coding Help ::. RPG GHAME
 

Post Reply  Post Oekaki 
 

Posted By Message

-Liam-

Cake Addict

Registered
  06/12/2008
Points
  556

Wii OwnerIt's-a me, Mario!Hero of TimeStrawberry
7th March, 2008 at 18:24:19 -

I'm wanting to start a basic RPG. I'll try and keep things simple as it's my first REAL attempt. Just wondering what the best method would be for storring all the stats? ATK, DEF, EXP, HP etc etc etc.

 
Image

Tell 'em Babs is 'ere...

viva/volt

Awesome Sauce

Registered
  26/08/2006
Points
  1694

Game of the Week WinnerSilverNova MemberKlikCast StarVIP Member
7th March, 2008 at 18:25:50 -

The Associative Array Object for sure!

 
Image
http://bfollington.tumblr.com

-Liam-

Cake Addict

Registered
  06/12/2008
Points
  556

Wii OwnerIt's-a me, Mario!Hero of TimeStrawberry
9th March, 2008 at 12:27:38 -

Oh God, the array objects looks so scary I don't really understand how to use it effectivly...

 
Image

Tell 'em Babs is 'ere...

Knudde (Shab)

Administrator
Crazy?

Registered
  31/01/2003
Points
  5125

Has Donated, Thank You!Clickzine StaffKlikCast StarVIP MemberGhostbuster!Dos Rules!I donated an open source project
9th March, 2008 at 12:29:30 -

Array's aren't all that bad at all, they're actually really, really handy. Think of it as an excel spreadsheet.

 
Craps, I'm an old man!

Dr. James MD

Addict

Registered
  08/12/2003
Points
  11941

First GOTW AwardSecond GOTW AwardThird GOTW AwardPicture Me This -Round 26- Winner!
9th March, 2008 at 13:58:27 -

Theres lots of them to try too. Personally my fave is the AssArray (lolol), but seriously it's the only one I could get working as I wanted. Supports strings, think it's compressed/encrypted and you can alter the storage limit on the fly.

 
Image
http://uk.youtube.com/watch?v=j--8iXVv2_U
On the sixth day God created Manchester
"You gotta get that sand out your vaj!" x13
www.bossbaddie.com

Knudde (Shab)

Administrator
Crazy?

Registered
  31/01/2003
Points
  5125

Has Donated, Thank You!Clickzine StaffKlikCast StarVIP MemberGhostbuster!Dos Rules!I donated an open source project
9th March, 2008 at 14:22:58 -

I need to look into using that one then. I've just been using normal arrays and encrypting them with blowfish.

 
Craps, I'm an old man!

viva/volt

Awesome Sauce

Registered
  26/08/2006
Points
  1694

Game of the Week WinnerSilverNova MemberKlikCast StarVIP Member
10th March, 2008 at 02:16:51 -

AssArray is awesome, for all things data storage wise.

 
Image
http://bfollington.tumblr.com

gozial



Registered
  02/03/2008
Points
  24

Has Donated, Thank You!
10th March, 2008 at 05:34:05 -

Sorry if I'm speaking about something different.

The first time I did an RPG attempt I just used Alterable Values and renamed them to ATP etc and gave them stat values.

To level up I made three alterable values called LV, TNL and EXP. "TNL" value is based off "LV". "LV" increases once "EXP" reaches higher than "TNL".

I'll probably make a tutorial so it's easier to understand.

I try out Associative Array Object. I'm pretty good with spreadsheets.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click