Error number: 0
Event: Run-time error
Description: [string "Trigger: "]:2: bad argument #2 to `EnableTrigger' (number expected, got nil)
stack traceback:
[C]: in function `EnableTrigger'
[string "Trigger: "]:2: in main chunk
Called by: Immediate execution
Ah, ok. That would do it, as True would be undefined and thus nil. Oh well, you found a subtle bug in MUSHclient anyway, although you need to be careful, as using True and False will have unintended effects if you misspell them like that.