
Previously available token attributes seem to no longer be accessible - except "represents". on('add:graphic', function(obj) {
shaped.rollTokenHp(obj);
});
shaped.rollTokenHp = function(token) {
var represent = token.get('represents');
log('token');
log(token);
log('represents');
log(token.get('represents'));
}; Is the simplified code. This what what I get back from logging: "token"
{"_id":"-JtSVloW0Otqs8sRGB4i","_pageid":"-Jo5uD126osvTMT22wcm","left":2316,"top":1130,"width":70,"height":70,"rotation":0,"layer":"objects","isdrawing":false,"flipv":false,"fliph":false,"imgsrc":"<a href="https://s3.amazonaws.com/files.d20.io/marketplace/45150/mVF1Ja-NbubLsozQAPKxPw/max.png?1412260214","name":"","gmnotes":"","controlledby":"","bar1_value":"","bar1_max":"","bar1_link":"","bar2_value":"","bar2_max":"","bar2_link":"","bar3_value":"","bar3_max":"","bar3_link":"","represents":"-JgktffSqc1TM8hfxu_Y","aura1_radius":"","aura1_color":"#FFFF99","aura1_square":false,"aura2_radius":"","aura2_color":"#59E594","aura2_square":false,"tint_color":"transparent","statusmarkers":"","showname":false,"showplayers_name":false,"showplayers_bar1":false,"showplayers_bar2":false,"showplayers_bar3":false,"showplayers_aura1":false,"showplayers_aura2":false,"playersedit_name":true,"playersedit_bar1":true,"playersedit_bar2":true,"playersedit_bar3":true,"playersedit_aura1":true,"playersedit_aura2":true,"light_radius":"","light_dimradius":"","light_otherplayers":false,"light_hassight":false,"light_angle":"","light_losangle":"","light_multiplier":1,"sides":"","currentSide":0,"lastmove":"","_type":"graphic","_subtype":"token","_cardid" rel="nofollow">https://s3.amazonaws.com/files.d20.io/marketplace/45150/mVF1Ja-NbubLsozQAPKxPw/max.png?1412260214","name":"","gmnotes":"","controlledby":"","bar1_value":"","bar1_max":"","bar1_link":"","bar2_value":"","bar2_max":"","bar2_link":"","bar3_value":"","bar3_max":"","bar3_link":"","represents":"-JgktffSqc1TM8hfxu_Y","aura1_radius":"","aura1_color":"#FFFF99","aura1_square":false,"aura2_radius":"","aura2_color":"#59E594","aura2_square":false,"tint_color":"transparent","statusmarkers":"","showname":false,"showplayers_name":false,"showplayers_bar1":false,"showplayers_bar2":false,"showplayers_bar3":false,"showplayers_aura1":false,"showplayers_aura2":false,"playersedit_name":true,"playersedit_bar1":true,"playersedit_bar2":true,"playersedit_bar3":true,"playersedit_aura1":true,"playersedit_aura2":true,"light_radius":"","light_dimradius":"","light_otherplayers":false,"light_hassight":false,"light_angle":"","light_losangle":"","light_multiplier":1,"sides":"","currentSide":0,"lastmove":"","_type":"graphic","_subtype":"token","_cardid</a>":""}
"represents"
"-JgktffSqc1TM8hfxu_Y"
Name is blank, bar values are blank, bar_links are blank. Here is the actual token: Any reason why this may be happening?