Open main menu

Difference between revisions of "AGIWiki/add.to.pic"

27 bytes added ,  15:09, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
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);
</source>
</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);
</source>
</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);
}
}
</source>
</syntaxhighlight>


== Technical Information ==
== Technical Information ==
TrustedUser
2,147

edits