Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
Moves the zone portion of a character from the rightmost zone to the leftmost zone in the result field.
Parameters
- Source field / value
- Target field
Example
pjs.define("target", { type: 'char', length: 1 }); pjs.moveLowToHighZone(-59.99, target); console.log(pjs.getBuffer(target));
RPG Equivalent
MLHZO