Skip to content

Commit dc8465d

Browse files
Update ChatScript-System-Variables-and-Engine-defined-Concepts.md
1 parent 519e4f5 commit dc8465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WIKI/ChatScript-System-Variables-and-Engine-defined-Concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ setting them.
238238
| `%daynumber` | 0-6 where 0 = Sunday
239239
| `%fulltime` | seconds representing the current time and date (Unix epoch time)
240240
| `%hour` | 0-23
241-
| `%timenumbers` | completely consistent full time info in numbers that you can do `_0 = ^burst(%timenumbers)`to get `_0` =seconds (2digit) `_1`=minutes (2digit) `_2`=hours (2digit) `_3`=dayinweek(0-6 Sunday=0) `_4`=dateinmonth (1-31) `_5`=month(0-11 January=0) `_6`=year. <br>You need to get it simultaneously if you want to do accurate things with current time, since retrieving %hour %minute separately allows time to change between calls
241+
| `%timenumbers` | completely consistent full time info in numbers that you can do <br>`_0 = ^burst(%timenumbers)`to get `_0` =seconds (2digit) <br>`_1`=minutes (2digit) <br>`_2`=hours (2digit) <br>`_3`=dayinweek(0-6 Sunday=0) <br>`_4`=dateinmonth (1-31) <br>`_5`=month(0-11 January=0) <br>`_6`=year.<br>You need to get it simultaneously if you want to do accurate things with current time, since retrieving %hour %minute separately allows time to change between calls
242242
| `%leapyear` | boolean if current year is a leap year
243243
| `%daylightsavings` | boolean if current within daylight savings
244244
| `%minute` | 0-59

0 commit comments

Comments
 (0)