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-The-Horde-Multitroid/Export_Code/gml_Script_link_surface_til...

9 lines
218 B

var tbg;
if (global.timeofday == 0)
tbg = tlSurface1
if (global.timeofday == 1)
tbg = tlSurface1Twilight
if (global.timeofday == 2)
tbg = 17
tileid = tile_add(tbg, argument0, argument1, 16, 16, x, y, -150)