The ((Command)) = When I say ((Command)) this is a way to link this command to be ran with other's while never actually Using the ((Command)) specifically.
Example;
For Elite Dangerous:
WIS = What is your name; What's your name; What do i call you
Execute command, '((RS- Name))' (and wait until it completes)
Where ((RS-Name)) is a separate command
WIS ((RS- Name))
Set small int (condition) [randomsoundvariable] value as random from 1 to 4
Begin Small Integer Compare : [randomsoundvariable] Equals 1
Play sound, '{VA_SOUNDS}\hcspack\ships names\ASTRA\i am astra explained.mp3'
End Condition - Exit when condition met
Begin Small Integer Compare : [randomsoundvariable] Equals 2
Play sound, '{VA_SOUNDS}\hcspack\ships names\ASTRA\i am known.mp3'
End Condition - Exit when condition met
Begin Small Integer Compare : [randomsoundvariable] Equals 3
Play sound, '{VA_SOUNDS}\hcspack\ships names\ASTRA\i am.mp3'
End Condition - Exit when condition met
Begin Small Integer Compare : [randomsoundvariable] Equals 4
Play sound, '{VA_SOUNDS}\hcspack\ships names\ASTRA\you can call me.mp3'
End Condition
Its just a method to call to another function, where you can also filter out any "((commands))". I personally have all of my ((commands)) listed as ((RS - Something)) where RS is for a Category called Random Sounds