The Dink Network

Reply to Re: And this one doesnt work either...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
April 7th 2009, 04:54 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Some things I've noticed wrong in your script..
1) You have 2 main procedures. You have to combine them into one.
2) It's sp_speed() not sp_base_speed().
3) You've set the speed and base walk for &flame after the actual movement.

I should also note that in most instances of move_stop() you should set the last number to 1 to ignore hardness. Otherwise, if the sprite does run into hardness, everything will come to a halt because the sprite cannot get to its destination.