|
|
"Takes the grunt work out of playing your game" |
|
Xylobot has an in-game script manager. Scripts are a powerful form of macros that can act intelligently. Script is basically a simple programming language. The script manager is shown below, with a list of sample scripts:
Here we have edited the "Sys_RunToLoc" script, and pressed the "Objects" button to view all of the script objects. Note that the Object Browser shows all functions available to the Xylobot script engine. You can drill down into all of these objects:
Here we have selected the "Demo_Debug" script and pressed "Run". Xylobot's script engine even has a debug output window:
Xylobot script even has functions to collect user input. This script simply asks the user for their name:
The name entered above was returned to the script, and it was output to the debug window:
|