...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineTable("myfile", { keyed: true, read: true }); myfile.getRecord(101); if (myfile.found()) doSomething(); |
Video Tutorial
Widget Connector url https://www.youtube.com/watch?v=1Dgl8yP2b2Q
RPG Equivalent
CHAIN
Requirements
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.defineTable("myfile", { keyed: true, read: true }); myfile.getRecord(101); if (myfile.found()) doSomething(); |
Video Tutorial
Widget Connector url https://www.youtube.com/watch?v=1Dgl8yP2b2Q
RPG Equivalent
CHAIN
Requirements
...