Is it possible to query only the first name of a character when a player writes in a first and last name: Est Volkara. While I can use "Est Volkara", no other player is using a last name, and I'm a bit of stickler for formatting with my macros (i.e. the macro return should only list the character's first name). This is the macro I'm currently using to pull perception: {{Est Volkara=[[1d20+@{Est Volkara|perception}]]}} If I try {{Est=[[1d20+@{Est|perception}]]}}, it breaks because there is no character named "Est". So, is there a language or switch to match what I'm trying to get? Thanks.