Shouldn't your "Else" be an "Elseif"??

...Glenn

On Thu, Nov 6, 2008 at 8:08 PM, Gotrek65 <[EMAIL PROTECTED]> wrote:

>
> It doesn't seem to like me using Else like the following:
> Else $iceincargo > $icecolor
> endif
>
> Else
> $iceincargo > $icecolor
> endif
>
> Else $warp < $warplow Or $warp > $warphigh then
>
> Else
> $warp < $warplow Or $warp > $warphigh
>
> All of these examples I've tried and yield the same error when trying
> to run it.
> "Error: Illegal text at the end of statement (one statement per
> line)."
>

Reply via email to