viewing paste Unknown #1654 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/lighta/Documents/Myscript/RO/Servs/ra2/src/map
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: pc.c
--- pc.c Base (BASE)
+++ pc.c Locally Modified (Based On LOCAL)
@@ -6627,7 +6627,8 @@
         if (sd->npc_menu)
             sd->npc_menu = 0;
 
-        npc_event_dequeue(sd);
+        sd->st->state = END;
+        ShowInfo("Ending script exec \n");
     }
 
     npc_script_event(sd,NPCE_DIE);
Viewed 733 times, submitted by Guest.