catventure
13-05-2008, 12:52
Tab Bundle Updated
http://tab.thinbasic.com/tabdemo.zip
13 May 2008 (Release 29)
===========
*NEW. Select game default font now active on "Game Settings Editor". (Psch)
*FIX. Statusbar repetition glitch in Editor version of Player solved.
*FIX. Menu Option "Exit TAB Player" on Editor version of Player does not now crash TAB.
*FIX. "ask" action and "answer="; "answer<>" conditions routines now working properly again.
*CHANGED. Used InputBox$ for requesting game password when protected game loaded into Editor.
*NEW. "showexits" action. Prints exit directions from current location. (only if exits set to ON)
*NEW. "jumpLABEL" ACTION command - where label is a word(s) further ahead in the code.
Can be used in Response, Script1,Script2 and Character Speech coding editors.
EXAMPLE RESPONSE ENTRY
[start]push %n1%/push %objn1%/push %charn1%[acts]jumpPUSH_CODE[end]
'REM if player types verb "push" + valid noun jump over subsequent code to label
jumpLABEL is very handy for jumping over or bypassing blocks of coding entries to access other entries more quickly. Will be mainly used in Response Editor.
*NEW. TAB Online Updater accessible from Editor Main Menu. Checks online to see if new version of TAB available. Also download latest adventures made with TAB.
*NEW. New text format codes added:
%ucase% - capitalise first letter of next word in text
%lcase% - make first letter of word lower case
EXAMPLE: %lcase%My sentence now begins with a lower case M.
The following will operate on valid Character noun1 and/or Character noun 2 words typed by player.
%he.she.n1% - print "he", "she" or "it" depending on Char Noun 1's gender (male, female or "it")
%he.she.n2% - print "he", "she" or "it" depending on Char Noun 2's gender (male, female or "it")
%him.her.n1% - print "him", "her" or "it" depending on Char Noun 1's gender (male, female or "it")
%him.her.n2% - print "him", "her" or "it" depending on Char Noun 2's gender (male, female or "it")
*NEW. TAB can now load a splash window with graphic before Player is shown. The file "splash.bmp" should be in the same directory as Player. Useful for introductory pic, game credits, instructions etc..
http://tab.thinbasic.com/tabdemo.zip
Regards,
catventure.
http://tab.thinbasic.com/tabdemo.zip
13 May 2008 (Release 29)
===========
*NEW. Select game default font now active on "Game Settings Editor". (Psch)
*FIX. Statusbar repetition glitch in Editor version of Player solved.
*FIX. Menu Option "Exit TAB Player" on Editor version of Player does not now crash TAB.
*FIX. "ask" action and "answer="; "answer<>" conditions routines now working properly again.
*CHANGED. Used InputBox$ for requesting game password when protected game loaded into Editor.
*NEW. "showexits" action. Prints exit directions from current location. (only if exits set to ON)
*NEW. "jumpLABEL" ACTION command - where label is a word(s) further ahead in the code.
Can be used in Response, Script1,Script2 and Character Speech coding editors.
EXAMPLE RESPONSE ENTRY
[start]push %n1%/push %objn1%/push %charn1%[acts]jumpPUSH_CODE[end]
'REM if player types verb "push" + valid noun jump over subsequent code to label
jumpLABEL is very handy for jumping over or bypassing blocks of coding entries to access other entries more quickly. Will be mainly used in Response Editor.
*NEW. TAB Online Updater accessible from Editor Main Menu. Checks online to see if new version of TAB available. Also download latest adventures made with TAB.
*NEW. New text format codes added:
%ucase% - capitalise first letter of next word in text
%lcase% - make first letter of word lower case
EXAMPLE: %lcase%My sentence now begins with a lower case M.
The following will operate on valid Character noun1 and/or Character noun 2 words typed by player.
%he.she.n1% - print "he", "she" or "it" depending on Char Noun 1's gender (male, female or "it")
%he.she.n2% - print "he", "she" or "it" depending on Char Noun 2's gender (male, female or "it")
%him.her.n1% - print "him", "her" or "it" depending on Char Noun 1's gender (male, female or "it")
%him.her.n2% - print "him", "her" or "it" depending on Char Noun 2's gender (male, female or "it")
*NEW. TAB can now load a splash window with graphic before Player is shown. The file "splash.bmp" should be in the same directory as Player. Useful for introductory pic, game credits, instructions etc..
http://tab.thinbasic.com/tabdemo.zip
Regards,
catventure.