User Tools

Site Tools


crpl:crpltutorial:interactive:randomemitter

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
crpl:crpltutorial:interactive:randomemitter [2013/10/08 00:05] – minor corrections Michionlioncrpl:crpltutorial:interactive:randomemitter [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~ 
 <-[[cw3:creeper_world_3|CW3 Home]] <-[[crpl:start|CRPL Home]] <-[[crpl:crpltutorial:interactive|Interacive tutorials]]\\ <-[[cw3:creeper_world_3|CW3 Home]] <-[[crpl:start|CRPL Home]] <-[[crpl:crpltutorial:interactive|Interacive tutorials]]\\
  
 ====== Creating a flying emitter ====== ====== Creating a flying emitter ======
  
-In this tutorial I'll cover how to make a flying emitter that flies to a randomly chosen spot, deploys a load of creeper and then repeats the procedure until you en the map.+In this tutorial I'll cover how to make a flying emitter that flies to a randomly chosen spot, deploys a load of creeper and then repeats the procedure until you end the map.
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
   * Access to Creeper World 3 mapmaker.   * Access to Creeper World 3 mapmaker.
-  * http://notepad-plus-plus.org/ or other similar editor installed.+  * http://notepad-plus-plus.org/ or other similar editor installed.  
 +<note>Make sure you download only from the official Notepad++ website to avoid malware. https://notepad-plus-plus.org/</note>
  
 ===== Creating the script file ===== ===== Creating the script file =====
Line 151: Line 151:
  
 This was all for me for this time, hope you enjoyed and learned something! :) This was all for me for this time, hope you enjoyed and learned something! :)
 +
 +===== Extra =====
 +
 +Only read this if you want some extra information.
 +
 +If you declare a variable as floating point, so:
 +<code>$Speed:3.0</code>
 +Instead of:
 +<code>$Speed:3</code>
 +You can use floating point values in the game when choosing the variables! (#5 of the last image above)
crpl/crpltutorial/interactive/randomemitter.1381190752.txt.gz · Last modified: 2025/02/14 14:56 (external edit)