
I'm tryging to get a tracker for initiative, but I don't really understand how the synthax work. Here [$Total] is the result of my Initiative roll, in the same ScriptCard's script [...]
--~[TurnOrder]|@{character_name};[$Total] I'm using the wiki for that : <a href="https://wiki.roll20.net/Script:ScriptCards" rel="nofollow">https://wiki.roll20.net/Script:ScriptCards</a> It give that line as exemple --~[Variable Name]|<Funtion>;[parameter];[parameter]... turnorder clear none none Clears all entries from the t Turn Tracker /Initiative turnorder addtoken tokenid;trackervalue none Adds the token represented by "tokenid" to the initiative tracker with an initiative value of "trackervalue" turnorder replacetoken tokenid;trackervalue none Replaces the token represented by "tokenid" in the initiative tracker with an initiative value of "trackervalue". Will add the token if it doesn't exist in the tracker. turnorder removetoken tokenid none Removes the token represented by "tokenid" from the initiative tracker if it exists