I am trying to implement advantage on one person  together with group init    !group-init  !delay 5000 --!script {{ --#title|AdvantageOnInit?  //Geta 2. Roll  --=Roll|1d20+{MyCharacterName|initiative_bonus  //See if 2. roll is higher  --?@{tracker|MyCharacterName} -lt [$Roll] |[  //Add to turnorder if so --~|turnorder;addcustom;MyCharacterName;[$Roll] ....etc.  The problem is that {tracker|MyCharacterName} doesnt work because !group-init hasnt finished yet. My idea was to use the delay script but it doesnt seem to work. Any ideas would be appreciated