Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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

Parameters

  1. Source field / value
  2. Target field

Example

pjs.define("target", { type: 'char', length: 1 });
pjs.moveLowToHighZone(-59.99, target);
console.log(pjs.getBuffer(target));


RPG Equivalent
 

MLHZO

  • No labels