Why am I getting an error on 11 and 12?
Posted: Thu Sep 13, 2012 8:54 am
I have
So that in a certain area they can select a square number. Which works okay for 13-19, 21-29, 31-39 but does not work for 11 and 12.
Transcript:
>go 19
DoGoCube executed
object is 0 xobject is 0
Using word 19
>go 13
DoGoCube executed
object is 0 xobject is 0
Using word 13
>go 12
You haven't encountered anything like that.
>go 11
You haven't encountered anything like that.
>go 21
DoGoCube executed
object is 0 xobject is 0
Using word 21
>go 31
DoGoCube executed
object is 0 xobject is 0
Using word 31
>go 39
DoGoCube executed
object is 0 xobject is 0
Using word 39
>go 10
You haven't encountered anything like that.
>go 9
That doesn't make any sense.
>go 1
You haven't encountered anything like that.
Note that I haven't defined 10 or 1.
Code: Select all
verb "go"
* "11"/"12"/"13"/"14"/"15"/"16"/"17"/"18"/"19" DoGoCube
* "21"/"22"/"23"/"24"/"25"/"26"/"27"/"28"/"29" DoGoCube
* "31"/"32"/"33"/"34"/"35"/"36"/"37"/"38"/"39" DoGoCube
* "to"/"into" "21"/"22"/"23"/"24"/"25"/"26"/"27"/"28"/"29" DoGoCube
* "to"/"into" "31"/"32"/"33"/"34"/"35"/"36"/"37"/"38"/"39" DoGoCube
* "to"/"into" "11"/"12"/"13"/"14"/"15"/"16"/"17"/"18"/"19" DoGoCube
Transcript:
>go 19
DoGoCube executed
object is 0 xobject is 0
Using word 19
>go 13
DoGoCube executed
object is 0 xobject is 0
Using word 13
>go 12
You haven't encountered anything like that.
>go 11
You haven't encountered anything like that.
>go 21
DoGoCube executed
object is 0 xobject is 0
Using word 21
>go 31
DoGoCube executed
object is 0 xobject is 0
Using word 31
>go 39
DoGoCube executed
object is 0 xobject is 0
Using word 39
>go 10
You haven't encountered anything like that.
>go 9
That doesn't make any sense.
>go 1
You haven't encountered anything like that.
Note that I haven't defined 10 or 1.