create_win

Nirran

Vault Senior Citizen
Modder
this seems to only be positioned as screeen x y pixles,and way of doing thsi and posion on map hex?

tried this,doesnt seem viable

Code:
create_win_flag("Container_Items", tile_num(Container) % 200, tile_num(Container) / 200, 4, 8, WIN_FLAG_DONTMOVE);

edit : or am i trying to use the wrong function?goal is to have text above items and critters,cannot use floats as they are limited in number on map
 
Last edited:
Back
Top