Recent content by Senzak

  1. S

    Damage Point

    function filter takes nothing returns boolean return true endfunction function func takes nothing returns nothing local group g local unit u call GroupEnumUnitsInRange(g, 0, 0, 500, Filter(function filter)) set u = FirstOfGroup(g) loop exitwhen(u ==...
  2. S

    Damage Point

    The actions for a group don't have to be in another function.
  3. S

    an item that costs 2 inventory slots

    you might also want a trigger that prevents picking it up if you don't have enough free inventory slots
  4. S

    Snippet PlayerColor2String, HexS2Dec

    Where did you get your color values for the players?
  5. S

    Command Strings

    Instruction that came with what? I have Ladik's MPQ editor and WinMPQ.
  6. S

    Command Strings

    how do i import the CommandStrings.txt into the map? do I import it using WE itself? or must it be done with an MPQ editor?
Top