header image
Home arrow CrystalBall Lite arrow Screenshots
Dice Roller PDF Print E-mail
Written by CrystalBallSoft Staff   
Aug 14, 2007 at 12:56 PM
DiceRollerScreenshot_small
 
CBLite's dice roller makes it easy and quick to roll any roll no matter how many dice and/or calculations are involved.  Buttons allow for storing rolls for quick access, and the standard dice are represented in large, easy to click icons.  Rolls are sent over the network.  Dice Sets, variables, and a powerful dice rolling syntax make this the Ultimate RPG Tool.
Last Updated ( Feb 16, 2009 at 10:23 AM )
Script Editor PDF Print E-mail
Written by CrystalBallSoft Staff   
Feb 16, 2009 at 10:31 AM

 

ScriptEditorScreenshot

 

The Script Editor makes it easy to edit Scripts within CBLite. CBLite has Scripting for total customization of your CBLite dice rolls and beyond.

There are 3 types of scripts that you can make:

  • Rolling Scripts that are run during your dice rolls
  • General Scripts that are run from a menu
  • Event Scripts that are automatically run during button events


The Script Editor has the following features:

  • Autocomplete of RBscript and built in CrystalBall functions
  • Text coloring and highlighting for easier coding
  • Auto indent for easier readability
  • Error checker for finding errors fast
  • And more.
Last Updated ( Feb 16, 2009 at 10:36 AM )
Notes PDF Print E-mail
Written by CrystalBallSoft Staff   
Aug 13, 2007 at 02:57 PM

 

Notes_content

 

Use notes to track any and all information about a running campaign or game.  The notes are hierarchical, so entries can be grouped to make them easier to find.  Also, the groups can be expanded or shrunk making it easy to show or hide information dependent on its relevance.  There is also a search field that can be used to find any entry based on the text of the entry.  You'll never have to fight over "what was the name of the old man at the table in the dark corner of the inn?" or "What was the name of that powerful deadly artifact we were supposed to find?" ever again.

Last Updated ( Aug 14, 2007 at 04:40 PM )
Chat PDF Print E-mail
Written by CrystalBallSoft Staff   
Aug 13, 2007 at 03:51 PM

 

chat_content

Chatting between players has never been easier.  Just type your message and click send or press Enter.  Messages can be sent to one player, multiple players, or all players.  This allows more dynamic adventuring limiting the effects of metagaming.  Dice roll results, private and public messages, and server messages all apear in the chat window making it easy to follow the flow of the game. 

Last Updated ( Aug 14, 2007 at 03:05 PM )

Purchase a Single User License

Purchase 5-user License
(Save $25)

CBLite Current Version
Download
Download Mac OS X Version
 
Download Windows Version
CBLite Version 3.2
Changes / New Features:
  • [new] Added a GetMicroseconds function for Scripts.
  • [new] Dice Button caption font sizes can now be set in the Preferences.
  • [new] Preference for default font size for output text area (Chat Window, Chat Console, Dice Results Field)
  • [new] You can now drag a Folder onto CBLite. It will attempt to open everything in the folder and sub-folders.  Useful when you need to open a bunch of files at once.
  • [new] You can now Mimimize a window with a hotkey or menu item. (See Window Menu)
  • [new] Hotkeys to RUN (R) and Check for Errors (T) in the Script Editor.
  • [fix] Minimizing a Window now unchecks it in the Window menu.
  • [fix-Mac] New Script Windows not longer pop above the Menu Bar when read back in after being saved.
  • [fix] Infinite Loop when calling a script function that causes a refresh of a button.  These calls are no longer allowed in the Paint Event.
  • [fix] Script Menu on the Dice Button: Script listed in the menu can also be File Scripts. It now searches both places.
  • [fix] Other bug fixes in the Master Script Library and Scripts Functions.
CBLite Version 3.1
Changes / New Features:
  • New "Use Text for Find" menu item under the Search Menu of the Script Editor.
  • If a Script has an error it automatically tries to load the Master Script Library in case that is the cause for the error.
  • Scripts can now have Parameters when you call them from a dice roll and from another script.:
    eg: Script( myScriptName, paramName1=This, paramName2=That )
  • Access to Dice Set Scripts from the Dice Buttons.  You can now easily see what Scripts are being used by your buttons and create new Scripts for your buttons directly from the Dice Buttons.
  • Updated the documentation to fix errors and to add information on new features.
  • Master Script Library Updated with new features and bug fixes.
  • Default Dice Sound are not played if a script is run during the roll. If you want to play a dice sound you must call it manually inside the script.

Bug Fixes:
  • Chat Window, Chat Console, and Dice Result fields now scroll to the bottom correctly on Windows Systems.
  • Menu Hotkeys for "Find" and "Replace" now work on the Script Editor Window.
  • Message Window no longer automatically closes when displaying a notice after a prompt.
  • Underscores in script names no longer causes parsing issues.
  • A script that included a custom Library was overwriting the library when it was saved.
  • Saving a Script to a file with a name that already exists now prompts to replace that file.