Spaces:
Runtime error
Runtime error
File size: 648 Bytes
30c32c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
// TW Snapshot
// Input SHA-256: 169af11f112ebea3d6768317652a72a6374c407f432537990689d46080fe2b92
// Sprite1 script
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
const b0 = runtime.getOpcodeFunction("looks_say");
return function* genXYZ () {
yield* executeInCompatibilityLayer({"MESSAGE":"plan 1",}, b0, false, false, null);
if ((((1 / -0) || 0) === -Infinity)) {
yield* executeInCompatibilityLayer({"MESSAGE":"pass",}, b0, false, false, null);
}
yield* executeInCompatibilityLayer({"MESSAGE":"end",}, b0, false, false, null);
retire();
}; })
|