Changes between Version 30 and Version 31 of content/LevelHowTo
- Timestamp:
- Nov 29, 2011, 7:09:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/LevelHowTo
v30 v31 123 123 ||spaceshipHtwo||"templates/spaceshipH2.oxt"|| || 124 124 ||spaceshipghost||"templates/spaceshipGhost.oxt"||stealth aircraft || 125 ||spaceshipHXY||"templates/spaceshipHXY.oxt"|| '''diffenrent steering''': you have to press the right mouse button to steer!||126 ||spaceshipHXYSL||"templates/spaceshipHXYSL.oxt"| |normal steering, reallyfast||125 ||spaceshipHXY||"templates/spaceshipHXY.oxt"|||| 126 ||spaceshipHXYSL||"templates/spaceshipHXYSL.oxt"|fast|| 127 127 ||spaceshipTransporterSL||"templates/spaceshipTransporterSL.oxt"||slow transporter|| 128 128 ||spaceshipTransporter||"templates/spaceshipTransporter.oxt"||slow transporter, equal to SL version|| … … 219 219 }}} 220 220 221 * {{{ 221 * 222 {{{ 222 223 #!xml <?lua 223 224 for i = 1, 10, 1 do … … 228 229 }}} 229 230 230 * <?lua print(math.random() * 10 + 5) ?> 231 232 233 == Triggers && Events== 231 * 232 {{{ 233 #!xml 234 <?lua print(math.random() * 10 + 5) ?> 235 }}} 236 237 238 == Triggers && Events == 234 239 Example: ../data/levels/events.oxw 235 240