YesNoOk
avatar

CMD problem (Read 1501 times)

Started by DripChips, July 21, 2019, 03:49:45 am
Share this topic:
CMD problem
#1  July 21, 2019, 03:49:45 am
  • avatar
  • *
    • USA
An error envolving the code below came out of the blue:

[command]
name = "Up and Down"
command = ~B,F,X

;Up and Down
[State -1, Up and Down]
type = ChangeState
value = 2100
triggerall = command = "Up and Down"
triggerall = statetype != A
trigger1 = power >= 39
trigger1 = ctrl

Considering that this code is a copy-paste of code that worked just fine makes it even weirder to me.
Last Edit: July 21, 2019, 04:11:20 am by Javier
Re: CMD problem
#2  July 21, 2019, 04:07:35 am
  • ****
    • crepa.neocities.org
Change X to x, must be lowercase.
Re: CMD problem
#3  July 21, 2019, 04:10:19 am
  • avatar
  • *
    • USA
huh.