Hi i have encountered 2 quite embarrassing problems,
One is i have a character made in MED, its an MD2 File, it uses a bone system for animation, it has frames, such as frame 1, frame 2, frame 3 etc
I have named them, stand1, stand2, stand3, walk1 etc etc
and when i try to get DBPro to play the frames or loop them.
another totally unrelated problem, well not such a problem i just cant seem to figure it out
basically this is the code i have
+ Code Snippet if keystate(17) then playerroty#=0
if keystate(32) then playerroty#=90
if keystate(31) then playerroty#=180
if keystate(30) then playerroty#=270
where playerroty# is the yrotation
i tryed the obvious
if keystate(17+31) then playerrot#=45
But even before I ran it i kinda guessed it wouldn't work. any clues?