home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 April
/
Gamestar_83_2006-04_dvd.iso
/
Dema
/
keepsake_demo_en.exe
/
res
/
scripts
/
common.tcl
< prev
next >
Wrap
Text File
|
2005-12-06
|
397b
|
13 lines
proc checkIngredient { name } {
if { [getVar "wantToChangeZakInDragon"] == "ok" &&
[getVar "hasTakeTheCirclet"] == "ok" &&
[getVar "hasTakeTheBook"] == "ok" &&
[getVar $name] == "ok" } {
return "ok"
}
return ""
}
#PS: Need to paste this: "source "../res/scripts/tools.tcl" at top of every tcl file I will use it.
#EXEMPLE: check Crescent Coast Waterway