Changes

Jump to navigation Jump to search
m
Edited event changes section to clarify that comments can't be used between the first three commands in an event. Removed comments from first two commands in example.
Line 4,361: Line 4,361:  
"
 
"
 
</syntaxHighlight>
 
</syntaxHighlight>
This can be also combined with the [[Modding:Event data#Comments|comment syntax]] to add notes. For example:
+
This can be also combined with the [[Modding:Event data#Comments|comment syntax]] to add notes. (Reminder: comments can't be used between the first three commands). For example:
 
<syntaxhighlight lang="js">
 
<syntaxhighlight lang="js">
 
"SomeEventId/": "
 
"SomeEventId/": "
     none/            -- music/
+
     none/             
     -1000 -1000/    -- initial viewport position/
+
     -1000 -1000/     
 
     farmer 5 7 0/    -- actor positions/
 
     farmer 5 7 0/    -- actor positions/
 
     ...
 
     ...
7

edits

Navigation menu