Advertisement
tojooko

Untitled

Feb 22nd, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <ability
  2. name="State_RuneX_Spawner"
  3. statuseffecttooltip=""
  4. icon=""
  5.  
  6. maxlevel="1"
  7. baselevel="1"
  8.  
  9. actiontype="passive"
  10. passiveeffect=""
  11.  
  12. >
  13.  
  14. <onspawn>
  15. <starttimer duration="3000" />
  16. </onspawn>
  17.  
  18. <ontimer>
  19. <cantarget target="proxy_entity" targetscheme="all"/>
  20. <else>
  21. <setent1 name="Rune_Spawn" />
  22. <spawnunit name="Powerup_God" team="255" target="ent1" />
  23. <setproxy target="stack_entity"/>
  24. <starttimer duration="20000" />
  25. </else>
  26. </ontimer>
  27.  
  28. </ability>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement