TAB - thinBasic Adventure Builder

T.A.B. is an interactive fiction/text adventure program for Windows in Alpha Development and made with thinBasic.
Home­FAQ­Search­Usergroups­Register­Log in
Latest topics
» TAB Alpha Version 57 Available
Fri Mar 12, 2010 5:14 pm by catventure

» TAB Alpha Version 56 Available
Sun Feb 14, 2010 11:44 am by catventure

» TAB Alpha Version 55 Available
Wed Feb 10, 2010 12:21 pm by catventure

» TAB Alpha Version 54 Available
Sat Jan 30, 2010 5:14 pm by catventure

» Alternative Location Descriptions
Tue Dec 29, 2009 8:38 pm by catventure

» TAB Alpha Version 53 Available
Sun Dec 27, 2009 10:37 am by catventure

» Player moving whilst in an object
Fri Nov 27, 2009 6:30 pm by garethfx

» Message text colours.
Mon Oct 19, 2009 8:25 pm by garethfx

» TAB Alpha Version 52 Available
Sun Oct 18, 2009 2:40 pm by catventure

Share | 
 

 TAB Alpha Version 52 Available

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


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: TAB Alpha Version 52 Available   Mon Oct 12, 2009 8:18 pm

Hello,

12 Oct 2009 (Release 52)
=========
*NEW. Character Announcement Text, Character Name Text, Object Text Description and ALL System Message Texts (except Statusbar pane messages) can now contain random elements using the familiar "%r%" tag. These will work irrespective of the state of "objlistoff", "charlistoff" or "invlistoff" variables.

eg: Character 1 RANDOM announcement text:
"Joseph the farmer is here.%r%Farmer Joseph stands near you.%r%Joseph, a friendly farmer, is beside you."

eg: Character 1 RANDOM name text:
"Joseph the farmer%r%Farmer Joseph%r%The farmer named Joseph%r%Joseph"

eg: Object Text RANDOM description:
"a knife.%r%a sharp knife.%r%a knife. (looks like a penknife)%r%A knife. Slightly bloodstained."

eg: Random System Message 1:
"You now have the %r%You take the %r%You pick up the %r%You %vsyn% the "

**NOTE** The "objlistoff" ACTION command forces TAB to concatenate object listing in room descriptions and is similar to action "invlistoff". If choosing the "objlistoff" option then as stated earlier in this alpha history all object text descriptions should begin with a lower case letter and should not terminate with a period. (full stop)
eg: "a brown satchel" is OK. "A brown satchel." is not OK for this type of object listing output.

Example code required in Script 1:

' enable concatenated object listing...

[start]flag20=0[acts]flag20=1#objlistoff[end]

Example output:

"Also visible is a torch, a spanner, some food and a computer."

You may need to adjust System Message 40. You can use %r% (random) message tags in System Message 40: "Also Visible: " eg:

"Also visible is %r%I can also see %r%Notable objects present include "

"Crystal_Keepers.tab" game has been set to use this format.

Remember to preserve the correct spacing required if randomizing System Messages.

The procedure for entering Random/Cyclic Locations and ordianry Messages remains unchanged.

I think I fixed the bug with the "Open Adventure" and messagebox problem.

http://tab.thinbasic.com/

Regards,
Phil.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
catventure
Admin Adventurer


Male
Number of posts: 215
Age: 57
Location: UK
Humor: Enjoys a laugh!
Adventure Points: 40
Registration date: 2008-06-08

PostSubject: Re: TAB Alpha Version 52 Available   Sun Oct 18, 2009 2:40 pm

Hi,

Yesterday (17 Oct 2009) I uploaded TAB again.

The only change is that on starting the TAB Editor for the first time one of several fantasy clipart pics is displayed in the "TAB jigsaw" graphicbox. Smile
(Just so users don't get bored with the same old b/w tab key pic)
http://tab.thinbasic.com/

Regards,
catventure.

_________________
http://tab.thinbasic.com ; Home of the TAB I.F. project.
Back to top Go down
View user profile http://adventure.rpgdynasty.com
 

TAB Alpha Version 52 Available

View previous topic View next topic Back to top 
Page 1 of 1

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