Changeset 6888 for code/branches/ai/data/levels
- Timestamp:
- May 10, 2010, 4:32:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/data/levels/teamdeathmatch.oxw
r5781 r6888 35 35 36 36 <?lua 37 for i = 1, 70, 137 for i = 1, 8, 1 38 38 do ?> 39 39 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 1000 + 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">
Note: See TracChangeset
for help on using the changeset viewer.