File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
button ShowMeButton
8
8
button CodexButton
9
+ module CodexModule
9
10
variable Script
10
11
variable Item
11
12
variable Codex
@@ -53,13 +54,13 @@ Start:
53
54
attach CodexButton to `about-codex`
54
55
on click CodexButton
55
56
begin
56
- if module Codex is not running
57
+ if CodexModule is not running
57
58
begin
58
59
require js `dist/plugins/codemirror.js`
59
60
rest get Codex from `/resources/ecs/codex.ecs`
60
61
send `hide` to parent
61
- run Codex
62
+ run CodexModule
62
63
end
63
- send `start` to Codex
64
+ send `start` to CodexModule
64
65
end
65
66
stop
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ DoNotes:
277
277
if Arg is empty stop
278
278
279
279
RunCodex:
280
- if module CodexModule is not running
280
+ if CodexModule is not running
281
281
begin
282
282
require js `dist/plugins/codemirror.js`
283
283
require js `dist/plugins/float.js`
You can’t perform that action at this time.
0 commit comments