I know that cubescript is a loose derivation of C+, but can the cube engine understand true false conditionals? i.e. if this argument is true, execute script one, and if it is false, execute script two. If the cube engine can understand that, than how would it be coded? and I'm not looking for quantitative analysis, I'm thinking more along the lines of something that looks for (concatword (getname)). I recently came up with this:
alias level_trigger_12 [(concatword (getname)); Djakkennaia = [trigger 13 1]]
but this is not a true/false script. especially if the getname is wrong, the console echoes "unknown command: NAME". Back to the original question. is it possible? and if yes, what are commands/parameters? thanks in advance.