Hi there,
I've been reading the forums for a while now, but I can't find the answer to my problem as of yet..
I'm creating a map with a lava flow. This all works great but I'd want a couple of doodads to change their variation when the lava rises and lowers (from var 1 - red, to var 2 - green).
I can do this with regions, so I created several regions around the doodads I want to change and combined it to BaseLights.
then, in the Triggers, i created a new trigger:
This works great on some of the doodads, but not all..
I've positioned the Square regions with the centre over the doodads, but some change, some do not.
Is there a way that I can create a region over the entire map (circle) and have an If trigger that checks if the actor is LandingLights and then change it?
cause this would stop the game from changing rocks and plants to LandingLights too :P
Thanks in advance,
Fimlore
ps. can't figure out how to use the markup in the editor... but this is more readable than how I first posted it :P
however, this changes every doodad in the region... I think that's where Terms comes in...
However.. I have absolutely no clue to what to place in that string.. ive tried 'Landing Lights' (with and without space), model/actor=Landing lights and whatsoever... but it doesn't apply the effect that I want.. (only the landing lights to change, not my entire doodad fillings :P)
anyone knows a solution... or what I have to place in Terms?
I've 'fixed' my problem bij creating a new trigger in which I send an actor message to each landinglight in the map (by selecting the item in the value)..
it's a workaround but not a very convenient one...
it seems that nobody knows what to put in 'Terms'... cause I guess that's the 'best way solution' or I'm totally misunderstanding the 'Send Actor Message to all that.. with class and terms' action :)
However.... if somebody finds the solution, please let me know :) It's always better than creating an action 20+ times just to change the variation :)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi there, I've been reading the forums for a while now, but I can't find the answer to my problem as of yet..
I'm creating a map with a lava flow. This all works great but I'd want a couple of doodads to change their variation when the lava rises and lowers (from var 1 - red, to var 2 - green). I can do this with regions, so I created several regions around the doodads I want to change and combined it to BaseLights. then, in the Triggers, i created a new trigger:
---This works great on some of the doodads, but not all.. I've positioned the Square regions with the centre over the doodads, but some change, some do not.
Is there a way that I can create a region over the entire map (circle) and have an If trigger that checks if the actor is LandingLights and then change it? cause this would stop the game from changing rocks and plants to LandingLights too :P
Thanks in advance,
Fimlore
ps. can't figure out how to use the markup in the editor... but this is more readable than how I first posted it :P
ok, I've come a little bit closer to the solution: Send Actor Message To Game Region With Filters
this comes to
however, this changes every doodad in the region... I think that's where Terms comes in... However.. I have absolutely no clue to what to place in that string.. ive tried 'Landing Lights' (with and without space), model/actor=Landing lights and whatsoever... but it doesn't apply the effect that I want.. (only the landing lights to change, not my entire doodad fillings :P)
anyone knows a solution... or what I have to place in Terms?
I've 'fixed' my problem bij creating a new trigger in which I send an actor message to each landinglight in the map (by selecting the item in the value).. it's a workaround but not a very convenient one... it seems that nobody knows what to put in 'Terms'... cause I guess that's the 'best way solution' or I'm totally misunderstanding the 'Send Actor Message to all that.. with class and terms' action :)
However.... if somebody finds the solution, please let me know :) It's always better than creating an action 20+ times just to change the variation :)