Search results

  1. Akolyt0r

    function for nova (problem with circle)

    I want a nova-like spell... dummyspell is some shockwave like ability.. my problem is i dont get a full circle...but only a quarter circle on the right side of my caster ... Im kinda confused cause should generate coordinates around cx,cy with a radius of 1 ...shouldnt it ? have i got wrong...
  2. Akolyt0r

    Unsure about nullifying local vars

    Hi, i am a bit unsure when i need to nullify local vars, and/or when i should use them 3 possibilites: local integer i=0 local player p //1: locals, nullify only at the end loop exitwhen i>11 set p=Player(i) call DisplayTextToPlayer(p,0,0,"Some Text") set i=i+1 endloop set p=null...
  3. Akolyt0r

    Question about Native GetPlayerTechResearched

    constant native GetPlayerTechResearched takes player whichPlayer, integer techid, boolean specificonly returns boolean whats this boolean specificonly ? anyone knows what this is for ? EDIT: Another Question: Somebody knows a good way of finding the Techlevel of an Research/Upgrade ? ...if...
Top