mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
3 lines
115 B
Plaintext
3 lines
115 B
Plaintext
GLOBAL_VAR_INIT(year, time2text(world.realtime,"YYYY"))
|
|
GLOBAL_VAR_INIT(year_integer, text2num(year)) // = 2013???
|