Quick Sign In:  

Forum: General Discussion

Topic: using variables as modifiers for verbs

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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
 

geposted Tue 30 Jun 20 @ 11:19 am
locoDogPRO InfinityModeratorMember since 2013
Like this

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

geposted Tue 30 Jun 20 @ 9:16 pm


(Alte Themen und Foren werden automatisch geschlossen)