Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Some tutorial for me, please?


Jacquelinett
 Share

Recommended Posts

Okay… as you all know. Im not a really "bad" coder >.> but well, I'm not really "good", neither. After messed up around with CS:DE and learned about how the enumeration, handledata and buffer work. Now I'm moving on and learning about write and save data. So, after playing around which the code for a while, I decided to create a title system for myself. So what I did is created this in modTypes:

Public Title(1 to MAX_TITLES) as TitlesRec

Private Type TitlesRec
TitlesName as Long
End Type

Now I'm wondering,... umh, how do i number my title? Say I have title 1, which is princecess, if i get title 2, then my title would be Queen. So do i have to write another thing like TitleNumber as Integer or long or stuff?

Second. I looked through the PlayerRec,... woo... i got confused :P The first thing that i added to it is:

CurrentTitle as Byte

So that it will know what title the user is having. Now i'm stuck. I don't know what to do next or how to do next. Some help?

And NO, i'm not asking you do to my homework, all i ask for is suggestion and some tutorial, not the whole code
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...