We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a48b24 commit ea67b92Copy full SHA for ea67b92
resources/ecs/main.ecs
@@ -274,8 +274,7 @@ DoNotes:
274
275
json parse url the location as Args
276
put property `arg` of Args into Arg
277
- if Arg is not empty go to RunCodex
278
- stop
+ if Arg is empty stop
279
280
RunCodex:
281
if module CodexModule is not running
@@ -287,7 +286,7 @@ RunCodex:
287
286
set style `display` of Body to `none`
288
run Script as CodexModule
289
end
290
- set `start` to CodexModule
+ send `start` to CodexModule
291
stop
292
293
ShowLife:
0 commit comments