mahlendur/_work/Data/Scripts/Content/Ikarus/updateVis.d
Daniel Heße 892a40ff0f Initial commit with Subversion-codebase from 13/05/2022.
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.
2022-05-13 17:38:52 +02:00

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!");
}
}
}