ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Must escape verb noun input sentence etc before substituting them via ${verb} etc #526

Open ainslec opened 6 months ago

ainslec commented 6 months ago

Must escape verb noun input sentence etc before substituting them via ${verb} etc

How to replicate bug

  1. Run this, then type "<asdf]"
start_at = my_location
start_theme = game_theme

locations {
   my_location : location "You are in a room." ;
}

themes {
   game_theme : theme {
      system_messages {
         unknown_verb = <(?) Unknown verb -<#da2>> ${verb}
      }
   }
}

image