Now when an
Event queue is full of events, POL prints these lines in console:
Quote:
Event queue for scripts/ai/killpcs.ecl is full, discarding event.
NPC Serial: 0x782cd9 (2704 1002 0)
Event: { BObjectImp: Struct }
Should be possible having
values inside Struct?
Something like:
Quote:
Event queue for scripts/ai/killpcs.ecl is full, discarding event.
NPC Serial: 0x782cd9 (2704 1002 0)
Event: { "type" = "0x1", "source" = "0x782cd8", "text" = "Woah!" }
It could be very useful per debugging...
