bank: type: assignment actions: on assignment: - trigger name:click state:true - trigger name:chat state:true on click: - chat "Hello ! Would you like to deposit or withdraw gold?" interact scripts: - bank_interact bank_interact: type: interact steps: 1: chat trigger: 1: trigger: /Deposit/ script: - execute as_op "deposit " 2: trigger: /Withdraw/ script: - execute as_op withdraw