Home   Help Search Login Register  

Author Topic: Counting  (Read 469 times)

0 Members and 1 Guest are viewing this topic.

Skanderborgvej

  • Guest
Counting
« on: 01 Aug 2003, 02:43:25 »
How do you count in a script ( I saw it somewhere, and thought I never gonna use it, but... now I can't find it  )

I tried the following but didn't worked....  ??? :-\

(trying to...) script:

_count = 0

#1

_count + 1

? _count <= 5: goto "2"

~1

goto "1"

#2

???....ANYONE....???


GRTZ  ;) Vlaamse Leeuw


peter

  • Guest
Re:Counting
« Reply #1 on: 01 Aug 2003, 03:29:40 »
_count + 1 should be

_count = _count + 1



Skanderborgvej

  • Guest
Re:Counting
« Reply #2 on: 01 Aug 2003, 13:08:07 »
Hey thanks Peter ;D

GRTZ  ;) Vlaamse Leeuw