http://elecbyte.com/mugendocs/trigger.html#cond-math
Well crap. They don't have that in the wiki. So now I have to be sure to look in more spots. I was about to ask where you even found that then I vaguely remembered the "documentation" link on the download page.
Would you happen to know if all info in the wiki is in the docs? Obviously it's not vice versa!
Onto what I have for the config helper.
Spoiler: common1 (click to see content)
; Config
[State -2, Helper]
type = Helper
triggerall = !NumHelper(40000)
trigger1 = !Time
trigger1 = roundsexisted <= 0
trigger1 = roundstate = 0
ID = 40000
name = "config"
pos = -300,0
postype = Left
stateno = 40000
helpertype = normal
keyctrl = 0
pausemovetime = 65535
supermovetime = 65535
Spoiler: config (click to see content)
[Statedef 40000]
type = A
movetype = I
physics = N
ctrl = 0
velset = 0, 0
sprpriority = -65536
[state 40000, Taunt Options]
type = varset
trigger1 = !time
v = 2
value = 0
; 0 = Off
; 1 = SP + SK
; 2 = START * disables pause menu
[State 40000, die]
type = destroyself
trigger1 = time
So, did I not create the helper correctly?
*Yes, I know start should not work unless var is set to 2 with my description below. Right now I'm just testing for simplicity's sake.