Cleaned up the mess, at this time, only viable data get synced (_work directory for Gothic-data, miranda for mdc-scripts. Need to symlink files to a working directory.
9 lines
No EOL
210 B
D
9 lines
No EOL
210 B
D
func void updateCandleVis() {
|
|
//var int vobTr; vobTr = _^(MEM_Game._zCSession_world + 36);
|
|
|
|
foreach (vob in MEM_VobTree) {
|
|
if (vob.visual == "FIRE_COMPLETE_A0.TGA") {
|
|
MEM_WARN("Vob gefunden!");
|
|
}
|
|
}
|
|
} |