Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 2, 2010, 5:35:14 PM (14 years ago)
Author:
dafrick
Message:

Lua bugs fixed.
Renamed name and description in PickupRepresentation to pickupName and pickupDescription to avoid problems.
More work on PickupInventory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickup4/data/levels/includes/pickups.oxi

    r6524 r6675  
    11<PickupRepresentation
    2     name = "Small Health Boost"
    3     description = "Adds a small amout of health to the ship."
     2    pickupName = "Small Health Boost"
     3    pickupDescription = "Adds a small amout of health to the ship."
    44    spawnerTemplate = "smallhealthpickupRepresentation"
    55>
     
    1010
    1111<PickupRepresentation
    12     name = "Medium Health Boost"
    13     description = "Adds a medium amout of health to the ship."
     12    pickupName = "Medium Health Boost"
     13    pickupDescription = "Adds a medium amout of health to the ship."
    1414    spawnerTemplate = "mediumhealthpickupRepresentation"
    1515>
     
    2020
    2121<PickupRepresentation
    22     name = "Huge Health Boost"
    23     description = "Adds a huge amout of health to the ship."
     22    pickupName = "Huge Health Boost"
     23    pickupDescription = "Adds a huge amout of health to the ship."
    2424    spawnerTemplate = "hugehealthpickupRepresentation"
    2525>
     
    3030
    3131<PickupRepresentation
    32     name = "Crazy Madness Health Boost"
    33     description = "Adds a crazy amout of health to the ship."
     32    pickupName = "Crazy Madness Health Boost"
     33    pickupDescription = "Adds a crazy amout of health to the ship."
    3434    spawnerTemplate = "crazyhealthpickupRepresentation"
    3535>
     
    4040
    4141<PickupRepresentation
    42     name = "Double Pickup"
    43     description = "Does stuff."
     42    pickupName = "Double Pickup"
     43    pickupDescription = "Does stuff."
    4444    spawnerTemplate = "crazyhealthpickupRepresentation"
    4545>
Note: See TracChangeset for help on using the changeset viewer.