Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Retrieve tileset name

Nortas

Villager
Xy$
0.00
Hi all!
I'm tring to create a common event that read the tileset name and if it's a inner-tileset change some setting on the hero!

I searched in all the web without find a variable, function, method etc that can get the tileset of the map...

Anyone know how to do that?

Thank You :)


-----------------------
I'm Italian: please try to write simpler than you usually do! :D
 

Nortas

Villager
Xy$
0.00
Found it!!

$dataTilesets[<id tile>].name

and the tile's ID:

$gameMap.tilesetId()

up:

Ok all works! :D
 
Last edited:
Top