PDA

View Full Version : One-Liner Script



Dominic
12-15-2013, 12:54 PM
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"

hugo999
12-15-2013, 02:51 PM
Walker.ConditionalGoto(Self.Cap() > 100, "Start", "Resupply")

Dominic
12-15-2013, 09:34 PM
Walker.ConditionalGoto(Self.Cap() > 100, "Start", "Resupply")


tyvm this can be closed now :)