TrustedUser
2,147
edits
(→Examples: Fix syntax highlighting) |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") Tags: Mobile edit Mobile web edit |
||
Line 45: | Line 45: | ||
The following code goes to room 25 if [[AGIWiki/Ego|ego]] is touching the left edge of the screen: | The following code goes to room 25 if [[AGIWiki/Ego|ego]] is touching the left edge of the screen: | ||
< | <syntaxhighlight lang="cpp"> | ||
#define ego_edge_code v2 | #define ego_edge_code v2 | ||
#define left_edge 4 | #define left_edge 4 | ||
Line 57: | Line 57: | ||
The next example accomplishes the same task with <code>new.room.v</code><nowiki>: </nowiki> | The next example accomplishes the same task with <code>new.room.v</code><nowiki>: </nowiki> | ||
< | <syntaxhighlight lang="cpp"> | ||
#define ego_edge_code v2 | #define ego_edge_code v2 | ||
#define left_edge 4 | #define left_edge 4 |