User Tools

Site Tools


crpl:crpltutorial:code_examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
crpl:crpltutorial:code_examples [2015/04/13 09:56] Karsten75crpl:crpltutorial:code_examples [2016/05/01 13:02] – Incorrect code applied by me, changed it so it works on any map understandably. cpaca
Line 965: Line 965:
 </code> </code>
 <sub>Contributed by Telanir</sub> <sub>Contributed by Telanir</sub>
 +
 +
 +===CRPL generating CRPL===
 +This CRPL will generate CRPL with custom program (if it is in the map scripts)
 +<code>
 +CreateUnit("CRPLCORE" CurrentX CurrentY) ->unit
 +AddScriptToUnit(<-unit "[Programname].crpl")
 +</code>
 +<sub> Stolen from Teknotiss(who took it from virgil), where pyramids make golems. I simply changed golem to unit. Added by cpaca, known as Karma's coming on map search </sub>
crpl/crpltutorial/code_examples.txt · Last modified: 2022/01/11 03:00 by Karsten75