I asked before about if then else statements, this is a continuation of that, but different enough to justify a new subject.
What is the syntax that is to be used in a triggers activation field for an if, then statement.
Please answer by showing the relationship to the following....
IF goon=alive THEN do nextwaypoint
or better still
If west=present AND east=not present THEN do nextwaypoint
Im finding the tutes helpful, but some of the things i need the game to do, arent explained there...