Page 1 of 1

Dynamic Skin Assignment

Posted: 13 Aug 2014, 13:51
by croftie
Is it possible to assign a skin to a tile dynamically from the server? The context is one where users are allowed to create new rooms in SFS2x and I would like to have a new skin or existing skin with a trigger to facilitate entering that new room.

Re: Dynamic Skin Assignment

Posted: 13 Aug 2014, 15:37
by Bax
This is not possible on the server side.
On the client side you could have a named skin which you make invisible (using the Tile.getSkinByName method) by default as soon as the map is loaded, unless you need to display it to activate the room change trigger.