Log in

View Full Version : wander settings



Vindicate
05-24-2010, 10:14 PM
trying to quickly delete the wander boundaries with:

bdy = [ "2556", "2498", "3464" ]

bdy.each {|i| fput ";wander delete #{i}" }



its returning

>;wander delete 2556
Please rephrase that command.

SanGreal
05-24-2010, 10:21 PM
bdy.each{|i| start_script("wander",["delete","#{i}"])} probably works

Vindicate
05-24-2010, 10:37 PM
thanks - it does