View Single Post
 
Reply
Posted 2008-10-08, 11:28 AM in reply to Goodlookinguy's post starting "This isn't very hard at all. Just keep..."
Goodlookinguy said: [Goto]
This isn't very hard at all. Just keep branching all possible solutions. I suggest thinking like a programmer!

If "This happens" this | Else "This happens" Then keep branching out on a piece of paper or paint. Just make a physical drawing, it will make it way easier. I'm busy, so I can't help you out right now.
Well, this is what i drew up.

Level = XP / 2 / 10
XP = Level * 2 * 10

so.

Level Xp

1 20
2 40
3 60
4 80
20 400

and then, i would reset it every time i level. so i was thinking of making a new page with this on each page

If switch1 is on then
Conditional Branch is Xp = 20?
Then
Text: "Level UP!"
Change Variable Level +1
Switch002 on
Xp = 0
Else
Do nothing
Else
Do nothing

And make a new switch like that, adding to the XP each time by 20. that way the first level you need to get 20xp next level 40, next level 60 and so on. Do you think that would work?


They took away my pretty spaces.. Sorry for the unorganization. your going to have to live without it.

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn