Guest User

Untitled

a guest
Apr 14th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function gadget:UnitCreated(unitID, unitDefID, unitTeam, builderID)
  2. if LOCATOR[unitDefID] then
  3. Spring.InsertUnitCmdDesc(unitID, 500, locateCmd)
  4. locatorList [unitID] = true
  5. ...
  6. ...
Advertisement
Add Comment
Please, Sign In to add comment