
I created this script because I got tired of loading tokens in to my campaine only to have them facing the wrong direction and having to resize it because what should be a 3x3 mob loaded in as a 1x1. What this script dose whenever a new token is added to a map is look for a character named INITILIZER. It then checks that character for for the atributes hight, width, and initilizer. If initilizer is set to 1 then the token that was just add to your game will have its hight&width set to the corasponding values, be fliped virticaly&horazontaly, rotated 180 and have isdrawing set to false Things you will need to add to your game: 1 character sheet named INITILIZER to that character add hight, width and initilizer atributes (Optional) Add a token named INITILIZER and asigne it to the character setting the three bars to the three atributes An example of the character and token: hear is the code: <a href="http://pastebin.com/vivjUBWe" rel="nofollow">http://pastebin.com/vivjUBWe</a>