Connexion rapide:  

Forum: General Discussion

Sujet using variables as modifiers for verbs

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

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
 

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

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

Posté Tue 30 Jun 20 @ 9:16 pm


(Les anciens sujets et forums sont automatiquement fermés)