-
I am using the normal remote extension format. I tried asking the Turbowarp community, but their solution only works in Gandi. I can figure it out by reading codes in this repo, but no extension uses conditional or loop blocks. The code(just incase): https://github.com/fath11/custom-extension/blob/main/Fath/Fath%20Ghost.js |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello there! I'm FurryR (Shinogi Kumagai), an unofficial extension developer. I'm here to help you. What to doTo run statements (branch) in the same thread, please use util.startBranch. How to usefn(_, util) {
util.startBranch(1, false);
} In order to publish your extension, you need to invite a translator to translate your extension into Simplified Chinese. |
Beta Was this translation helpful? Give feedback.
Hello there! I'm FurryR (Shinogi Kumagai), an unofficial extension developer. I'm here to help you.
What to do
To run statements (branch) in the same thread, please use util.startBranch.
How to use
In order to publish your extension, you need to invite a translator to translate your extension into Simplified Chinese.