Code:
$dataDoodads[001][001].bitmap = "card2"
DoodadManager.refresh ()So, when you activate the event, the first doodad (001) on mapID 001 will change to 'card2.png'.
This works fine. My issue happens when I go into the doodad menu. While I have this event on the map and add a new doodad, the doodad takes the form of 'card2'. If I delete it, the next doodad on the list turns into 'card2', until I have to remove all the doodads on the map.
Has anyone came across this before?
Also - does anyone know any other script calls for Doodads that might be useful? One that simply removes a doodad (or hides it) would be great.