Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_action_set_hspeed

(view raw script w/o annotations or w/e)
1
function action_set_hspeed(arg0)
2
{
3
    var val = arg0;
4
    if (global.__argument_relative)
5
        val += hspeed;
6
    hspeed = val;
7
}