I've moved this question to the discussion on scriptcards at: <a href="https://app.roll20.net/forum/post/11175456/script-scriptcards-thread-number-2/?pagenum=14" rel="nofollow">https://app.roll20.net/forum/post/11175456/script-scriptcards-thread-number-2/?pagenum=14</a> ---------------------------------------------------------------------------------------------------------- I am just messing with scriptcards now and working through: <a href="https://wiki.roll20.net/Script:ScriptCards" rel="nofollow">https://wiki.roll20.net/Script:ScriptCards</a> I've not done anything complex at all, but am having some issue with the info on Console Logs at <a href="https://wiki.roll20.net/Script:ScriptCards#Console_Log_.28--.5C.29" rel="nofollow">https://wiki.roll20.net/Script:ScriptCards#Console_Log_.28--.5C.29</a> With Scriptcards API installed, I am trying: !scriptcard {{ --#title|@{selected|character_name} Weapons --=derp|2d4+1 --/|Assign a numeric value to a variable, ctr --=ctr|2 --+|@{selected|character_name} --\|Hello Test to console --+|You rolled [$derp] --+|@{selected|repeating_weapon_$2_weapon_name} --+|[$ctr] }} What gets sent to the console is actually: "/Error - No Line Content Specified" Can you tell me what I've done wrong with: --\|Hello Test to console Thanks! :)