User Tools

Site Tools


democartridges

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
democartridges [2016/08/02 19:50] – [Cart: Timer Demo Cartridge] Boettchersdemocartridges [2016/08/05 09:58] – [Cart: Printing Variables] Boettchers
Line 16: Line 16:
 ---- ----
  
-==== Cart: Printing Variables====+==== Cart: Talk to a character ==== 
 +  * Download (right mouse button, download as...): {{:democartridges:cartprintvariable.txt|cartprintvariable.txt}} 
 +  * Demo-Creator: GeoMagician 
 +=== Description === 
 +This cartridge demonstrates how you position a character in a zone and how you can talk to the character. 
 +=== Content === 
 +  * Character Container (position) 
 +  * Character Commands 
 +  * Character Command Events 
 +  * Messages 
 + 
 +---- 
 +==== Cart: Printing Variables ====
   * Download (right mouse button, download as...): {{:democartridges:cartprintvariable.txt|cartprintvariable.txt}}   * Download (right mouse button, download as...): {{:democartridges:cartprintvariable.txt|cartprintvariable.txt}}
   * Demo-Creator: GeoMagician   * Demo-Creator: GeoMagician
Line 40: Line 52:
 ---- ----
 ==== Cart: Moving Zone ==== ==== Cart: Moving Zone ====
-  * Download (right mouse button, download as...): {{:democartridges:carttimerdemo.txt|carttimerdemo.txt}} +  * Download (right mouse button, download as...): {{:democartridges:carthunted.txt|carthunted.txt}} 
-  * Demo-Creator: GeoMagician+  * Demo-Creator: Charlenni based on code by Bodenseepinguin 
 === Description === === Description ===
-This demo explains the difference between countdown and interval timersIt gives you an example how to display the remaining time to the playerTo do this the cartridge has to start timers, stop timers and react on timer events (tic event)+This demo features a moving zone that hunts the playerA timer is used to move the zone every 5 secondsCustomer LUA script (located under Cartridge/AuthorScript) provides the functionality to move the zone. Additional magic (LUA-commands) is hidden on the timer's Tic event page. Remember to check this page as well as the Author Script. 
 === Content === === Content ===
-  * Count Down Timer +  * Moving zone 
-  * Interval Timer +  * Author script 
-  * Display Timer Value +  * LUA commands 
-  * Play Anywhere+  * Timer 
 +  * Earwigo variable names in LUA
  
 ---- ----
democartridges.txt · Last modified: 2022/04/09 20:42 by Boettchers