Auto-translated
Hooray! It worked!
Just not nil, but true.
Thank you.
Just not nil, but true.
Thank you.
New here? I'm Roha — want a quick tour?
DDS files open for me in Photoshop.
P.S. Is DDS DirectDrawSurface?
Added 6 minutes later
The height and width are 1024x1024.
So, there's a misunderstanding. What is "TF_DXT1"?
Maybe I should send a screenshot?
Added 1 minute later
TF_DXT1 is a compression method.
It should be applied.
When saving as DDS, it is specified additionally.
I copied, I mean, wrote a script, and it's supposed to prevent the computer-controlled hero from moving, but it doesn't work. Where's the error?
EnableHeroAI("Necromancer", nil)
function new_day()
local day = GetDate(day)
if day == 1 then
DeployReserveHero("Necromancer", 29, 60, 1)
end
end
Trigger(NEW_DAY_TRIGGER, 'new_day')
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "Necro", "hire1")
Could the issue be with the REGION_ENTER_AND_STOP trigger?
I don't know about the units, but I think it should only prevent movement.
Check the manual.
Added 1 minute ago
Can you help?
I need to reset the script after the hero completes the task.
The script is as follows: SetRegionBlocked("Region", true, 1);