TrustedUser
2,147
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 65: | Line 65: | ||
load.view(15); | load.view(15); | ||
add.to.pic(15, 2, 3, 40, 120, 9, 0); | add.to.pic(15, 2, 3, 40, 120, 9, 0); | ||
</ | </syntaxhighlight> | ||
The next example uses the [[AGIWiki/Indirect command|indirect command]] <code>add.to.pic.v</code> to accomplish the same thing: | The next example uses the [[AGIWiki/Indirect command|indirect command]] <code>add.to.pic.v</code> to accomplish the same thing: | ||
Line 81: | Line 81: | ||
add.to.pic.v(v200, v201, v202, v203, v204, v210, v215); | add.to.pic.v(v200, v201, v202, v203, v204, v210, v215); | ||
</ | </syntaxhighlight> | ||
Avoiding problems with script buffer and memory while restoring the original room without [[AGIWiki/new.room|new.room]]: | Avoiding problems with script buffer and memory while restoring the original room without [[AGIWiki/new.room|new.room]]: | ||
Line 102: | Line 102: | ||
reset(f7); | reset(f7); | ||
} | } | ||
</ | </syntaxhighlight> | ||
== Technical Information == | == Technical Information == |