- Joined
- Feb 23, 2008
- Messages
- 587
Trigger
Event- if a unit gets with in 30 units of PlayersTrains[0]
Event- if a unit gets with in 30 units of PlayersTrains[1]
Events.
If PlayerTrains[0] was or iis with in range of a unit then...
If playerTrains[1] was or is with in range of a unit then...
How do you say that? (the if part)
More info about the problem.
Currently i have 4 trains and four Triggers. I want to combine them into one trigger. It my goal to streamline my code as much as possible because in this project i find when something is off changing it 4 times is not fun. And i plan on making it 8 player soon.
Event- if a unit gets with in 30 units of PlayersTrains[0]
Event- if a unit gets with in 30 units of PlayersTrains[1]
Events.
If PlayerTrains[0] was or iis with in range of a unit then...
If playerTrains[1] was or is with in range of a unit then...
How do you say that? (the if part)
More info about the problem.
Currently i have 4 trains and four Triggers. I want to combine them into one trigger. It my goal to streamline my code as much as possible because in this project i find when something is off changing it 4 times is not fun. And i plan on making it 8 player soon.