this is a very simple question with probably a very simple awnser..
How can I make a One-Liner Script inside the walker which directs it to a certain label e.g. "Start" or "Resupply"
Printable View
this is a very simple question with probably a very simple awnser..
How can I make a One-Liner Script inside the walker which directs it to a certain label e.g. "Start" or "Resupply"
Code:Walker.ConditionalGoto(Self.Cap() > 100, "Start", "Resupply")