home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 April
/
Gamestar_83_2006-04_dvd.iso
/
Dema
/
keepsake_demo_en.exe
/
res
/
scripts
/
german.tcl
< prev
next >
Wrap
Text File
|
2005-12-06
|
930b
|
30 lines
namespace eval lng {}
proc source_cp1252 {file} {
set fd [open "$file" r]
fconfigure $fd -encoding cp1252
set fd_script [read $fd]
close $fd
eval $fd_script
}
# FIRST STAGE
source_cp1252 "$SCRIPTS/german/basementText.tcl"
source_cp1252 "$SCRIPTS/german/crescentCoastWaterwayText.tcl"
source_cp1252 "$SCRIPTS/german/dragonvaleHallwayText.tcl"
source_cp1252 "$SCRIPTS/german/enchantedHallwayText.tcl"
source_cp1252 "$SCRIPTS/german/gardenText.tcl"
source_cp1252 "$SCRIPTS/german/gardenWatchText.tcl"
source_cp1252 "$SCRIPTS/german/inGameWalkthroughText.tcl"
source_cp1252 "$SCRIPTS/german/itemDescriptionText.tcl"
source_cp1252 "$SCRIPTS/german/lockedDoorText.tcl"
source_cp1252 "$SCRIPTS/german/optionnalConversationText.tcl"
source_cp1252 "$SCRIPTS/german/roomName.tcl"
source_cp1252 "$SCRIPTS/german/visionText.tcl"
source_cp1252 "$SCRIPTS/german/tutorialText.tcl"
# OTHERS