ID:2447132
 
(See the best response by Nadrew.)
Code:


Problem description:

No pongo code, solo quería saber si es posible que un mob se mueva más rápido que 0.1segundo por cuadro
Best response
You could change world.fps to a higher value, this effectively increases how fast ticks are. There's not really a faster unit on BYOND than a 'tick' so you need to make ticks faster.

As for the question at hand, you could always move multiple steps at a time to simulate moving faster than one tile a tick.