Dink's Speed
Hey, I'm new around here and am making my first d-mod. I've studdied most of the tutorials out there and know how to do most of my own coding already. I was hoping to make Dink move faster in my game so that people who hate walking slowly don't need the herb boots, but I can't figure out how to do it. Could anyone help me out?
Thanks
Thanks
do like this " set_dink_speed(2); "
3 = normal speed
2 = Hreb bots speed
1 = Fast
3 = normal speed
2 = Hreb bots speed
1 = Fast
another thing you can do is lower the frame delay like this:
sp_frame_delay(1, 22);
the lower the number, the faster it switches between frames of the sequence. you can also raise this. i think the default is 33 or so.
sp_frame_delay(1, 22);
the lower the number, the faster it switches between frames of the sequence. you can also raise this. i think the default is 33 or so.
Thanks.. I'll fiddle with them and see which way I like better.
