Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagejavascript
pjs.define("DAT", { type: 'char', length: 12, dataArea: 'DAT' });
pjs.define("C", { type: 'char', length: 12 });
 
C = 'DIFFERENCE';
DAT = C;

pjs.setDataArea(DAT);
pjs.unlockDataArea(DAT);

 

RPG Equivalent

OUT


Requirements

This API requires the Profound.js Connector module.