You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Object_oLoad_Draw_0.gml

14 lines
345 B

draw_self()
if (alarm[0] > 0)
{
draw_set_halign(fa_right)
draw_text((x - 12), (y + 12), (("Loaded slot " + string(global.slot)) + "!"))
draw_set_halign(fa_left)
}
if (alarm[1] > 0)
{
draw_set_halign(fa_right)
draw_text((x - 12), (y + 12), (("Save " + string(global.slot)) + " doesn't exist!"))
draw_set_halign(fa_left)
}