no image

ChangeSVariables

<kuid:131986:155581>

Author: atilabarut
Kind: drivercommand
Build: 2.4
Size: 27.95KB
Uploaded: 2019-07-05
Loadings:
46
-
0
+

ChangeSVariables

A Driver schedule command to create and change session variables. The session variables are created by using the WorkTable rule (kuid:131986:230102) available on DLS. In order to create (and)or change session variables, do the following steps. (1) Download and install the WorkTable rule from the DLS. (2) Edit the WorkTable rule, add a new line, and type the following:

svar,SVNAME,SVOPER,SVNUM

where 'svar' : the command name recognized by the driver schedule command.
'SVNAME' : session variable name
'SVOPER' : arithmetical operations on SVNAME. It be set to 'set' to assigns an integer,
'inc' to increase and 'dec' to decrease value of the session variable..
'SVNUM' : corresponding value to assign, increase, or decrease the svname. Must be an integer.

ex: svar,myvar,set,5 (equivalent to setting myvar=5)
svar,myvar,inc,1 (equivalent to setting myvar=myvar+1)
svar,myvar,dec,1 (equivalent to setting myvar=myvar-1)

(3) Once a set of such command style statements are added to the WorkTable, they will appear once the ChangeSVariables command is launched.

PREREQUISITE: WorkTable rule to create items in the command's add menu list.
VERSION 0
SIMILAR COMMANDS/RULES: SessionVariables rule, SetScoreXtoY, IncreaseScoreXbyY, and DecreaseScoreXbyY commands.
NOTES: Session variables only be of integer type. DO NOT USE floating point numbers/operations.

Author: atilabarut

    ChangeSVariables
  • changesvariables.texture.txt 41 bytes
  • changesvariablescommand.gs 3.84KB
  • changesvariablesschedulecommand.gs 2.53KB
  • config.txt 2.57KB
  • newdrivercommandpack.jpg 9.60KB
  • tag.tga 64.04KB

User photos

No one has added a photo of this object yet