TAB - thinBasic Adventure Builder
Would you like to react to this message? Create an account in a few clicks or log in to continue.

TAB - thinBasic Adventure Builder

T.A.B. is an interactive fiction/text adventure program for Windows and made with thinBasic.
 
HomeLatest imagesSearchRegisterLog in
Latest topics
» Happy New Year 2024!
TAB Alpha Version 43 Available I_icon_minitimeSun Dec 31, 2023 4:04 pm by catventure

» TAB Version 71
TAB Alpha Version 43 Available I_icon_minitimeMon Aug 21, 2023 12:17 pm by catventure

» TAB Version 70
TAB Alpha Version 43 Available I_icon_minitimeSun Oct 02, 2022 1:49 pm by catventure

» TAB Version 70
TAB Alpha Version 43 Available I_icon_minitimeFri Sep 30, 2022 10:23 pm by catventure

» TAB Version 70
TAB Alpha Version 43 Available I_icon_minitimeMon May 23, 2022 4:08 pm by catventure

» TAB Version 70
TAB Alpha Version 43 Available I_icon_minitimeSat Apr 30, 2022 11:15 am by catventure

» TAB Version 70
TAB Alpha Version 43 Available I_icon_minitimeSat Apr 23, 2022 2:32 pm by catventure

» TAB Version 68 Update
TAB Alpha Version 43 Available I_icon_minitimeTue Mar 15, 2022 4:18 pm by catventure

» TAB Version 68 Update
TAB Alpha Version 43 Available I_icon_minitimeFri Mar 11, 2022 8:47 pm by catventure


Share | 
 

 TAB Alpha Version 43 Available

View previous topic View next topic Go down 
AuthorMessage
catventure
Admin Adventurer
catventure

Male
Number of posts : 404
Age : 71
Location : UK
Humor : Enjoys a laugh!
Adventure Points : 77
Registration date : 2008-06-08

TAB Alpha Version 43 Available Empty
PostSubject: TAB Alpha Version 43 Available   TAB Alpha Version 43 Available I_icon_minitimeSat Sep 20, 2008 8:54 am

Hi,

IMPORTANT UPDATE

20 Sep 2008 (Release 43)
=========
*FIX. Numbers can now be entered into Deletions Listbox on Vocabulary Editor.

*ADDED. n1=n2; n2=n1; n1<>n2'; n2<>n1 parser variable checking CONDITIONS

*FIX. "replay" action in TAB Player. Also turnscount adjustment for a typed replay/restart and a "gameover" action

*FIX. Bug in character movement for characters with a walk pattern causing TAB to crash

*NEW. Author can now control text in StatusBar (3 text panes). System Messages 81, 82 and 83 can be customized and can include message format %tags% such as %score%, %turns%, %brief% etc. See demos.

*NEW. Extra Conditions added on request:

objlocn1=carrworn - is object n1 carried or worn?
objlocn2=carrworn
objlocn1=carrworncont - is object n1 in a carried or worn container?
objlocn2=carrworncont
objlocn1=roomcont - is object n1 in a container in the current room?
objlocn2=roomcont

objlocn1<>carrworn - is object n1 not carried and not worn?
objlocn2<>carrworn
objlocn1<>carrworncont - is object n1 not in a carried or worn container?
objlocn2<>carrworncont
objlocn1<>roomcont - is object n1 not in a container in the current room?
objlocn2<>roomcont

*NEW. "call_CONDITION" is an ACTION that allows you to call a condition check whilst processing actions after the [acts] tag in a coding entry. All conditions can be prefixed by "call_" to cause TAB to briefly jump out of ACTIONS to check the specified condition. eg: #call_flag30=2# : Is flag 30 equal to 2?
If the condition is passed as TRUE then TAB continues with the following ACTIONS. If it is FALSE then TAB exits that entry. This useful ACTION replaces the little used and not working correctly "then" action command which is now no longer supported by TAB and has been superceded by the "call_condition" action.

*NEW "call_ACTION" is a CONDITION that allows you to call an action during condition processing before the [acts] tag in a coding entry. All actions can be prefixed by "call_" to cause TAB to briefly jump out of CONDITIONS to do the specified action. eg: #call_cmessI am a message.# : Print a cmess.
TAB then continues checking the subsequent conditions as normal.
The "call_" commands will prove to be a very useful addition to TAB and they can be used in Response, Script1 and Script 2.

*NEW. (ADVANCED TAB CODERS) Character "charmsg" ACTION extended to include optional facility to include Character compliance level messages. If using this note that flags 501 to 600 will need to be reserved to hold the "trust/compliance" level for each Character. New CONDITION "trust=X" where X is the compliance level held in the corresponding flag linked to the Character being commanded.
More info on this in TAB forum/Email Group.

*FIX. Coding fix for Script1 and Script 2 "else" processing.

*FIX. Some minor fixes.

http://tab.thinbasic.com/

catventure.
Back to top Go down
https://adventure.forumotion.com
 

TAB Alpha Version 43 Available

View previous topic View next topic Back to top 

 Similar topics

+
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
TAB - thinBasic Adventure Builder :: TAB FORUMS :: Announcements and Special Messages-
Jump to: