快速登录:  

Forum: General Discussion

话题: using variables as modifiers for verbs

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

Hello,
a very simple question I guess but I just can't find the solution. I want to use the value of a variable as a modifier for goto_cue. So something like this:
set 'cuenumber' = 2 & goto_cue 'cuenumber'

I want to set the variable 'cuenumber' to 2 and than go to the cue point 2.
Thank you in advance
 

发表时间 Tue 30 Jun 20 @ 11:19 am
locoDogPRO InfinityModeratorMember since 2013
Like this

set 'cuenumber' 2 & get_var 'cuenumber' & param_cast 'integer' & goto_cue
 

发表时间 Tue 30 Jun 20 @ 9:16 pm


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