|
LZenner Beginner
Joined: 07 Aug 2002 Posts: 17
|
Posted: Tue Sep 24, 2002 11:12 pm
How can a trigger tell if in a slowwalk |
I need to have a trigger that'll behave one way when I'm just walking around normally or automapping, but differently if I'm in a slow walk. Is there way I can test for slow walking inside of a trigger?
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Oct 01, 2002 8:53 pm |
Not that I know of.
You could make a work around where you toggle a variable when you are on a slow walk path perhaps. Sildaren points out a nifty way to just add something to your paths:
quote:
#path testing {3n2w;cleanup}
So you could perhaps use something akin to
#path testing {sw_start;3n2w;sw_stop}
Ton Diening |
|
|
|
|
|