Grokitach / Stalker_GAMMA

S.T.A.L.K.E.R. Anomaly G.A.M.M.A. modpack definition files.
GNU Affero General Public License v3.0
654 stars 127 forks source link

Fix syntax and nil checking errors in z_gavrilenko_tasks_fix.script. #257

Closed MagielBruntink closed 3 days ago

MagielBruntink commented 5 months ago

Here are some fixes that allow this script to load and with nil checking in the right order. Also made the indenting level consistent with nesting and probably fixed the script actually doing work. Previously the task manager handling was in a (dangling) else branch.