Skip to content

Instantly share code, notes, and snippets.

@Rumrusher
Created July 6, 2014 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rumrusher/7706ff834f32680d8b11 to your computer and use it in GitHub Desktop.
Save Rumrusher/7706ff834f32680d8b11 to your computer and use it in GitHub Desktop.
Conga attempt needs spriteloader and to be converted into a serversent.
object_event_add(Character,ev_step,ev_step_normal,'
repeat(global.frameskip)
{
// Do movement
if(taunting)
{
hspeed *= delta_mult_skip(baseFriction);
}
}
');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment