Anaryl

Untitled

Jun 2nd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #****************************************************************************
  2. #**
  3. #** File : /cdimage/units/UAL0101/UAL0101_script.lua
  4. #** Author(s): John Comes, David Tomandl, Jessica St. Croix
  5. #**
  6. #** Summary : Aeon Land Scout Script
  7. #**
  8. #** Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
  9. #****************************************************************************
  10.  
  11. local AHoverLandUnit = import('/lua/aeonunits.lua').AHoverLandUnit
  12. local ADFLaserLightWeapon = import('/lua/aeonweapons.lua').ADFLaserLightWeapon
  13.  
  14. UAL0101 = Class(AHoverLandUnit) {
  15. Weapons = {
  16. LaserTurret = Class(ADFLaserLightWeapon) {}
  17. },
  18. }
  19.  
  20. TypeClass = UAL0101
  21. OnToggleEnable = function(self)
  22. if true: set selection priority = 0
  23. if false: set selection priority = 1
Advertisement
Add Comment
Please, Sign In to add comment