Download Game! Currently 71 players and visitors. Last logged in:IberiamsspAruthraRothanSerke

Arafat's Blog >> 37455

Back to blogs index
Posted: 29 Mar 2008 12:00 [ permalink ]
#ALIAS tcost {int_to = %2;#WHILE (@int_to <= %3) {#SEND "tcost train "%1" from
"%2" to "@int_to;#ADD int_to 1;#WAIT 125}}

or

int_to = %2
#WHILE (@int_to <= %3) {
  #SEND "tcost train "%1" from "%2" to "@int_to
  #ADD int_to 1
  #WAIT 125
  }