'oneof' lists all decisions, where each decision consists of (1) its name, (2) a condition, a Python expression that evaluates to True or False (3) effects, either a single, or semicolon (;)-separated Python statements
'always' lists all actions that are evaluated every step after the decision, they too can have conditions. If a decision has no conditions, set it to an empty string ""
'score' shows how the score is calculated, in most cases it's equivalent to the money in the inventory, but it doesn't have to be
When you have created your own, create an issue on the qewasd github page!