RandallDavis / roll20-roomScript

Script using Roll20's API to automatically manage rooms, walls, and interactive doors.
1 stars 2 forks source link

Make door image creation synchronous #22

Closed RandallDavis closed 9 years ago

RandallDavis commented 9 years ago

With the current creation of a door on a separate thread, with a sleep, the door isn't being found at all and the sleep is pointless... the doors that are being used are actually the prior attempt's created doors, so there's always an extra set of doors sitting around.