----------------------------------------------
NEW COMPILER VERSION 1.73 UPDATE
----------------------------------------------
The new VMU Script Compiler 1.73 includes a random number function
that returns a random number from 0-255. If you want random numbers
between some other range, you'll have to wrap the numbers around
using either division, mod, or some kind of loop. The function is
taken from the TETRIS source code so I know it works, plus I'm using
it in the Black Jack game I'm developing. There is also a new
statement called "and if" that allows you to have multiple conditions
in IF statements.
I'm still figuring out how to use sound so the "beep" statement
will probably be in the next version. If anyone can send me SIMPLE
assembler source on how to use the VMU sound buffer, please do. It
will help with development.
----------------------------------------------
VMU SCRIPT HOMEPAGE:
http://www.vmuscript.8m.com
VMU SCRIPT EMAIL (questions, suggestions, etc.):
vmuscript@...