I need help i am trying to make a bingo book that automatically puts people on the list and changes there rank if they get weaker or stronger than another one on the list.
I also wanted it to show Their Name Rank(I.E. Gennin) Village and Bounty
Can someone show me how to do this?
ID:160994
![]() Jul 1 2008, 12:17 pm
|
|
![]() Jul 1 2008, 12:22 pm
|
|
If you mean for in-game, you can use an associated list or multidimensional list for the rankings in game. Then, in the World/Del() proc, you can dump the rankings list into a savefile and load in in World/New().
|
No, it really isn't that difficult. Write out the code yourself. People aren't to keen to write your game for you.
|
Well, for starters, a bingo book can take a lot of work, depending on how you want it done. Two, I couldn't have done it without specifics. Three, I wouldn't have done it for you anyway, as you should learn instead of having someone else do it for you.
|
Normally the code is written for people if they ask in a very polite way, and what they are asking is relatively simple to do or very complicated, and can only properly be explained in code. Even if any cod is provided, you should re-write it slightly different to make it mesh perfectly with your own coding styles.
|
Zizwa wrote:
but some people are.... With a can do attitude like that the game your making will be done in no time!!... |
I'll help you out, I think I can:
mob That should help you out a little bit, I'm not too good with the Bingo Books, but this should help you get the point. |
Popisfizzy wrote:
That code is bad. xD I said I'm not that good, but that should help him get the point, I knew it woulden't work, but it should help. |
I'm not quite sure how you want it to work, but this is one way, using a datum:
var/bingo_book/bingo_book = new I don't know anything about Bleach, so I don't know if this is how the bingo book thingy works. This is my best attempt, though. |
Popisfizzy wrote:
I don't know anything about Bleach, so I don't know if this is how the bingo book thingy works. This is my best attempt, though. Due to this post being about a bingo book for a naruto game, I am fairly amused. |