FScript general extensions

  • wait(ms) : wait for the given number of milliseconds (integer).
  • execute(command) : have the given command executed at the command prompt.
  • create(class) : create an object from the given classname.
  • random(max) : return a random number between 0 (inclusive) and max (exclusive).
  • 1. FScript general extensions