Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit c2bb54d

Browse files
committed
Updated example to support indexing
1 parent 8d5b42f commit c2bb54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This mod will ease this issue by introducing a new scripting language called Eve
2121
[ ][0]onActivate->Self->cancelEvents
2222
2323
# Alternate between starting and stopping color changing
24-
[x][0]onActivate->Self->toggleEventEnabled("0 1 2 3")
24+
[x][0]onActivate->Self->toggleEventEnabled([0:3])
2525
2626
# Change colors
2727
[x][0]onRelay->Self->setColor("0.898039 0.000000 0.000000 1.000000")

0 commit comments

Comments
 (0)