快速登录:  

Forum: Old versions

话题: Script operators

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

locoDogPRO InfinityModeratorMember since 2013
By accident I noticed a "&&" operator in queries works, so I started trying stuff

I get some sort of logic with "!" "<" ">" and "=" (it doesn't appear logical to how I understand the truth table(s) but I'm knackered so I'm not thinking straight)
(I was querying pause on 2 decks, if that matters)

Could anybody please list what is accepted? Or is this way off course?
 

发表时间 Mon 02 Mar 15 @ 1:50 am
 

发表时间 Mon 02 Mar 15 @ 6:56 am
locoDogPRO InfinityModeratorMember since 2013
Thanks for the quick reply, where's the fun in following the instructions?
"It's all there" yep alright, you'll be telling me the skin wiki will be finished soon too, XD

It's interesting that it (sort of) works,
 

发表时间 Mon 02 Mar 15 @ 8:00 am
Nothing has changed regarding operators and VDJ Script from version 7 to version 8.
Only the actions have changed. Generally speaking adding "AND" or "OR" logic on scripts requires some changes on the VDJ Script engine itself so that you can "group" the logics:

((deck 1 play & deck 2 play) or (deck 1 cue & deck 2 cue)) ? this : that

That's not possible at the moment!
 

发表时间 Mon 02 Mar 15 @ 9:59 am


(陈旧帖子或论坛版块会自动关闭)