- Reaction score
- 531
GJ!
Approved!
If you wish to change the thread title, PM me.
Approved!
If you wish to change the thread title, PM me.
I use Magos Model Editor and Oinkerwinkles's Vertex editor.Old ones better cause it's frame is symmetric, but I like the new one because it fills from left to right, just like the health bar.
Also I find it too wide.
It's a great effect though, don't get me wrong, I like it. (as well as your other effects)
Just trying to give some positive criticism.
What softwere do you use to make these? 3ds max?
function TempFunc takes unit u returns nothing
local player p = GetOwningPlayer(u)
local string s = ""
if GetLocalPlayer()==p then
set s = "war3mapimported\\ASDF.mdl"
endif
call AddSpecialEffectTarget(s, u, "chest")
set p = null
endfunction
function TempFunc takes unit u returns nothing
local player p = GetOwningPlayer(u)
local string s = "war3mapimported\\ASDF.mdl"
if GetLocalPlayer() != p then
set s = ""
endif
call AddSpecialEffectTarget(s, u, "chest")
set p = null
endfunction