RainOfSteel
SOC-14 1K
There doesn’t seem to be a whole lot of awareness on CotI (or the TML, for that matter) about a great gaming scripting environment called TableSmith, so, without further interruption . . .
What is TableSmith? It's this great little scripting program for gamers that makes it easy to automate . . . tables (surprise!).
Example:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">:Start
1,Red
2,Yellow
3,Blue</pre>[/QUOTE]When TableSmith executes the above, it returns the text of one of the three colors.
By being just a little more complicated (and adding in some dice function support):
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">:Start
1,{Dice~2d6} [EncounterBeings] [EncounterAction]
.
:EncounterBeings
1,Vargr Raiders
2,Zhodani Nobles
3,Aslan Females
.
:EncounterAction
1,attack you!
2,are lost and looking for directions.
3,are holding a barbecue.</pre>[/QUOTE]When TableSmith executes that, the results can be:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">5 Zhondani Nobles are holding a barbecue.
12 Vargr Raiders are lost and looking for directions.
3 Aslan Females attack you!</pre>[/QUOTE]By being a little more complicated, you can, like I, create a script to automate the rolling of Bulk Cargos and Passengers (for T20, anyway, much like Morte did before me, though he used Visual Basic).
It's just like entering in charts and tables from all the game books of all time and having the program run the results for you. Except with TableSmith you make whatever tables you want.
By adding in utility functions, a great many things can be accomplished. There are hundreds of existing "tables", and since any table can call on any other table, well, there is a great deal of work available to draw on.
Some of the most useful are the name generators (many, many kinds of name generators), but there is much else besides: NPC Generators, treasure generators, GM Aids, etc.
Mythosa TableSmith Page
Yahoo TableSmith Support Group
The support provided by the author at this site is excellent, he visits almost every day and will answer virutally any question. He has incorporated a great many user requested features into TableSmith, and seems like an all-around great guy, since he does it all for free.
Why do I go over all this? Proselytization, of course, I wish to convert everyone to the cause . . . (what cause you ask, well, mostly just getting the word out about a great gaming tool). TableSmith can be used for a billion things to aid gaming pursuits.
What is TableSmith? It's this great little scripting program for gamers that makes it easy to automate . . . tables (surprise!).
Example:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">:Start
1,Red
2,Yellow
3,Blue</pre>[/QUOTE]When TableSmith executes the above, it returns the text of one of the three colors.
By being just a little more complicated (and adding in some dice function support):
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">:Start
1,{Dice~2d6} [EncounterBeings] [EncounterAction]
.
:EncounterBeings
1,Vargr Raiders
2,Zhodani Nobles
3,Aslan Females
.
:EncounterAction
1,attack you!
2,are lost and looking for directions.
3,are holding a barbecue.</pre>[/QUOTE]When TableSmith executes that, the results can be:
</font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">5 Zhondani Nobles are holding a barbecue.
12 Vargr Raiders are lost and looking for directions.
3 Aslan Females attack you!</pre>[/QUOTE]By being a little more complicated, you can, like I, create a script to automate the rolling of Bulk Cargos and Passengers (for T20, anyway, much like Morte did before me, though he used Visual Basic).
It's just like entering in charts and tables from all the game books of all time and having the program run the results for you. Except with TableSmith you make whatever tables you want.
By adding in utility functions, a great many things can be accomplished. There are hundreds of existing "tables", and since any table can call on any other table, well, there is a great deal of work available to draw on.
Some of the most useful are the name generators (many, many kinds of name generators), but there is much else besides: NPC Generators, treasure generators, GM Aids, etc.
Mythosa TableSmith Page
Yahoo TableSmith Support Group
The support provided by the author at this site is excellent, he visits almost every day and will answer virutally any question. He has incorporated a great many user requested features into TableSmith, and seems like an all-around great guy, since he does it all for free.
Why do I go over all this? Proselytization, of course, I wish to convert everyone to the cause . . . (what cause you ask, well, mostly just getting the word out about a great gaming tool). TableSmith can be used for a billion things to aid gaming pursuits.