Flipper/Applications/Custom (UL, RM, XFW)/RogueMaster/Scripts/load.js
2024-02-28 00:53:59 -05:00

3 lines
94 B
JavaScript

let math = load("/ext/apps/Scripts/load_api.js");
let result = math.add(5, 10);
print(result);