ResetFire trigger value
Moderators: scallenger, Hilwo, Kovu
ResetFire trigger value
Not sure if this is any use, but I'm wondering if the (unused) value ResetFire resets the trigger fire count to zero. Example of use: If I set FireCount = 1 in my superjump trigger (that fixes Anne's health) so she survives the landing but can die after that. But then she would die next time she jumped also. So, if in the 'jump' trigger I set "bool ResetFire = true", it might allow the trigger to fire once after that (ie. when she lands).
- Rebel
- -=TresCom Developer=-
- Posts: 6028
- Joined: Sun Nov 10, 2002 10:26 pm
- Location: That country nobody likes (you know the one)
- Contact:
That's probably how it works, too. I've messed with a few others (unused values) you mentioned in your t-script reference as well. CreatureSleep, CreatureWake behave just as you'd expect them to. Can be used as expressions, thus setting a trigger off.
group TrigRaptorisAsleep = {
int ext_GeometryType = 1
string Class = "CCreatureTrigger"
bool CreatureSleep = true
int FireCount = 1
int ActionType = 0
string A00 = "RaptorB300-00"
string Sample = "VA32"
}
*Rather funny, if you bring Anne back to life, she crawls around on the ground! lol (teleporting straightens her up though)
group TrigRaptorisAsleep = {
int ext_GeometryType = 1
string Class = "CCreatureTrigger"
bool CreatureSleep = true
int FireCount = 1
int ActionType = 0
string A00 = "RaptorB300-00"
string Sample = "VA32"
}
*Rather funny, if you bring Anne back to life, she crawls around on the ground! lol (teleporting straightens her up though)
Castaway Final Release Link: https://www.mediafire.com/file/ro5qzl88 ... l.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file
Final Walkthru (Updated): https://www.mediafire.com/file/skkxy7b0 ... u.zip/file