can someone hep me out? i can't figure out how to do repsawning creeps i dont want it to Respawn at Position of Dying Unit i want it to respawn at original position, help me please
thats easy, but takes to much work with GUI. ull have to set a variable for every creep in ur map at map init. but if u have an large or epic map i suggest using JASS (which i dont understand at all)
events: unit dies conditions: ----- actions: if dying unit = ...... then: create 1 unit type of dying unit at 'position var for that creep' etc