Hi Gareth,
Check out the "link" action in the "language.txt"
This handy action allows you to load in the next part of your game in a multipart game should your game span over more than one database...
** Or you can use it to load another TAB game from within your current game instantaneously: eg. if the player types in the password for the next level
[start]lizard[acts]linkpart2.tab[end] **
[start]kill monster#room=77#here22[acts]cmessCongratulations. You have solved the game.#score#cmessNow you must face the terrors of Part 2! The password for part 2 is: lizard#pause5#cmessLoading Part 2...#pause2#linkpart2.tab[end]
"linkX$" will clear the TAB Player of text and graphics and autoload the new database.
However in the Editor version of Player TAB will ask for confirmation first.
If a player tries to play the part2 database without having secured a viable password then you have to check for that... In the part 2 database you would need a Script two entry constructed for the start of the game that ASKS the player what is the password for that level and only allows them to continue if the correct password is entered...
Hope this helps.
Phil.