pjs.moveLowToLowZone()
Moves the zone portion of a character from the rightmost zone to the rightmost zone in the result field.
Parameters
Source field / value
Target field
Example
pjs.define("target", { type: 'packed decimal', length: 7, decimals: 2, initValue: 100 });
pjs.moveLowToLowZone(-100, target);
console.log(target);
RPG EquivalentÂ
MLLZO