Called once a tick.
Last updated 4 years ago
Was this helpful?
function on_create_move( cmd ) { print( "Hello, world!" ); return cmd; } hook.add( "CreateMove", "on_create_move" );