HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trails

01-02-2007, 07:15 PM#1
Night-raider
urm ok like im wondering how to let a unit lets say a lich leave a trail of snow or ice i tryed but it was like only when i clicked not when he just walked, so now im kinda realy REALY confused help wanted please
01-02-2007, 07:27 PM#2
Ammorth
change the terrain every second with a periodic timer, at the position of the unit. Very Basic. If you don't like the terrain constantly changing variations when the unit is standing still, you can have a check to see if the terrain is already the type specified, and change it if it isn't.
01-02-2007, 07:31 PM#3
Night-raider
ok i get that but HOW do i set it so taht it only targets 1 unit type
01-02-2007, 09:39 PM#4
oNdizZ
Trigger:
Set tempGroup = (Units of type Lich)
Collapse Unit Group - Pick every unit in tempGroup and do (Actions)
Loop - Actions
do something

Custom Script: call DestroyGroup(udg_tempGroup)
01-03-2007, 09:34 AM#5
Night-raider
i cant see 1 of the pictures -.-" its the one between do something and custom script
but anyways thx for helping me, i think i can do it myself from here
01-03-2007, 05:45 PM#6
oNdizZ
the reason why you cant see it is becouse theres nothing there.. just a blank line.