...
Code Block | ||
---|---|---|
| ||
pjs.define("time", { type: 'packed decimal', length: 12, decimals: 0 }); pjs.setCurrentTime(time); |
RPG Equivalent
TIME
...
Code Block | ||
---|---|---|
| ||
pjs.define("time", { type: 'packed decimal', length: 12, decimals: 0 }); pjs.setCurrentTime(time); |
RPG Equivalent
TIME