InternetPeasent Hello! I want to display the value of a variable in dialogue via the dialogue editor, but I'm not exactly sure how to do it. I tried copying the example from the picture on the Debug Console documentation like so: ${globalproperty[\"name\"]} But "PARSE_ERROR" is displayed instead. Does anyone know of the proper way to do this?
Slayer InternetPeasent it looks like you're missing the . ${global.property[\"name\"]} if you just want to reference the name of the player or entity you can use the built in .name property. ${player.name} ${entity[\"entity_id\"].name}