DEADSOFTWARE

fix script bugs; allow require()
[d2df-sdl.git] / src / game / g_triggers.pas
index 6498b13e315c3a608f1bbfd4bebf7c929728b3a7..2ff21708160b0e1e063545a508f405f87453be4a 100644 (file)
@@ -1949,7 +1949,7 @@ begin
       TRIGGER_SCRIPT:
         begin
           g_Scripts_ProcExec(Data.SCRProc, [ID, ActivateUID, actType, Data.SCRArg], 'map');
-          TimeOut := 1;
+          TimeOut := 0;
           Result := True;
         end;
     end;