I am trying to create a profession trainer for an RPG I am making and this is what I have that is not working:
onBotActivated - Client - VCE_ifVariable [profession] != [1] [13 13]
onVariableTrue - Self - promtClient - OK/Cancel [<color:ffff00>Lumberjack Trainer <color:ffffff>: Would you like to train to become a lumberjack? You can only train in one profession! This profession comes with log gathering. [14 16]
onPromptAccept - Client - VCE_modVariable [profession] [Set] [1]
onPromptAccept - Client - VCE_modVariable [LJ] [Set] 1
onPromptDecline - Client - ChatMessage [<color:ffff00>Lumberjack Trainer<color:ffffff>: Alright later.
Before all these events, I have some onBotSpawn - Bot - EditAppearance events to make him look like a Lumberjack. Hopefully that doesn't interfere..