Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 4:32:26 PM (14 years ago)
Author:
solex
Message:

formation flight: new formations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/data/levels/teamdeathmatch.oxw

    r5781 r6888  
    3535
    3636<?lua
    37 for i = 1, 70, 1
     37for i = 1, 8, 1
    3838do ?>
    3939  <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.