|
@@ -143,19 +143,22 @@ PaoTin++ © 2020~2023 的所有版权均由担子炮(dzp <danzipao@gmail.com>)
|
|
|
#return;
|
|
#return;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- #if { @existsFile{var/$file} } {
|
|
|
|
|
- #read var/$file;
|
|
|
|
|
- #return;
|
|
|
|
|
- };
|
|
|
|
|
|
|
+ #while {1} {
|
|
|
|
|
+ #if { @existsFile{var/$file} } {
|
|
|
|
|
+ #read var/$file;
|
|
|
|
|
+ #break;
|
|
|
|
|
+ };
|
|
|
|
|
|
|
|
- #if { "$gCurrentMUDLIB" != "" } {
|
|
|
|
|
- #if { @existsFile{mud/$gCurrentMUDLIB/$file} } {
|
|
|
|
|
- #read mud/$gCurrentMUDLIB/$file;
|
|
|
|
|
- #return;
|
|
|
|
|
|
|
+ #if { "$gCurrentMUDLIB" != "" } {
|
|
|
|
|
+ #if { @existsFile{mud/$gCurrentMUDLIB/$file} } {
|
|
|
|
|
+ #read mud/$gCurrentMUDLIB/$file;
|
|
|
|
|
+ #break;
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
- };
|
|
|
|
|
|
|
|
|
|
- #read $file;
|
|
|
|
|
|
|
+ #read $file;
|
|
|
|
|
+ #break;
|
|
|
|
|
+ };
|
|
|
|
|
|
|
|
#replace file {.tin$} {.extra.tin};
|
|
#replace file {.tin$} {.extra.tin};
|
|
|
|
|
|