Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'wc3'

935565 - Basic Terrain Manipulation warcraft wc3 jass terrain deform manipulation deformation
preview unavailable
934975 - Basic Terrain Manipulation: warcraft wc3 jass terrain deform manipulation deformation
  1. function raisePoint takes real x, real y returns nothing
  2.     set x = x - ModuloReal(x, 128)
  3.     set y = y - ModuloReal(y, 128)
  4.     call TerrainDeformCrater( x, y, 64.0, -256.0, 1, true)
  5. endfunction
  6.  
  7. function createWall takes real x1, real x2, real y1, real y2 returns nothing
  8.   local real xInc
  9.  
683118 - Caster System functions and cons: wc3 jass
  1. //Constants
  2.  
  3. udg_casters
  4. udg_castervars
  5. udg_cscache
  6. udg_currentabi
  7. udg_currentcaster
  8. udg_currenthurter
  9.  
fantasy-obligation
fantasy-obligation