View Single Post
  #78  
Unread June 21st, 2008, 08:25 PM
ZodiacDaGreat's Avatar
ZodiacDaGreat
Working on a Mobile System
 
Join Date: Feb 2007
Location: South Pacific
Age: 20
Gender: Male
Nature: Relaxed
Send a message via ICQ to ZodiacDaGreat
Quote:
#dynamic 0x800000

#org @start
applymovement 0x5 @move
end

#org @move
#raw 0x08
#raw 0x08
#raw 0x08
wrong, you should always end movements with #raw 0xFE, so the game knows when to stop, otherwise it'll crash.
__________________