pjs.moveLowToLowZone()



Moves the zone portion of a character from the rightmost zone to the rightmost zone in the result field.

Parameters

  1. Source field / value

  2. 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