Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #****************************************************************************
- #**
- #** File : /cdimage/units/UAL0101/UAL0101_script.lua
- #** Author(s): John Comes, David Tomandl, Jessica St. Croix
- #**
- #** Summary : Aeon Land Scout Script
- #**
- #** Copyright © 2005 Gas Powered Games, Inc. All rights reserved.
- #****************************************************************************
- local AHoverLandUnit = import('/lua/aeonunits.lua').AHoverLandUnit
- local ADFLaserLightWeapon = import('/lua/aeonweapons.lua').ADFLaserLightWeapon
- UAL0101 = Class(AHoverLandUnit) {
- Weapons = {
- LaserTurret = Class(ADFLaserLightWeapon) {}
- },
- }
- TypeClass = UAL0101
- OnToggleEnable = function(self)
- if true: set selection priority = 0
- if false: set selection priority = 1
Advertisement
Add Comment
Please, Sign In to add comment