Special Characters



Special characters are a set of characters all of them beginning with the symbol '$', that when you type them somewhere in a script command, they will be replaced for some other values that might be different in different executions of the script in different systems. You can practically use them in every command that requires you to fill a text field. The list of the special characters you can use is the following:



$dollar = $, a simple dollar symbol

$newline = New line, you can also use return key instead of this character

$script = Script's name

$author = Author of the script

$email = Author's email

$version = Version of the script

$licence = License of the script

$api = SexScripts language version used by the script

$status = Script's status

$os = Slave's operative system, eg Windows 7 Starter

$date = Current date, eg 04/11/2011

$sdate = Current simplified date, eg 04/11

$xdate = Current extended date, eg 04/11/2011 23:45

$time = Current time, eg 23:45

$xtime = Current extended time with seconds, eg 23:45:18

$day = Current day, eg friday

$nday = Current day in the month, number, eg 04

$month = Current month, eg november

$nmonth = Current month in the year, number, eg 11

$year = Current year, eg 2011

$syear = Two last digits of the current year, eg 11

$hour = Current hour, eg 23

$min = Current minute, eg 45

$sec = Current second, eg 18

$ms = Current millisecond, eg 523

$name = Slave's name

$gender = Slave's gender, male/female

$[xxx] = Value of variable xxx

$G[xxx] = Gender dependent value xxx

$T[xxx] = Value of timer xxx

$D[xxx] = Value of xxx stored data value