Author Topic: Additem Event Fix or Alternative  (Read 555 times)

I've been looking for a fix for event_additem, because on my server it seems to disable pathcams, and make bricks switch events around like mad. Yes, I'm 100% sure this is the event causing it.
Anyway, can you suggest an alternative event that does the same thing as additem, minus the glitchy junk?


Anything that doesn't deal with slots? It would be kind of inconveniant for me to have to make additional vce checks to see which slots are open and which to put the item in, if vce can check slots (probably can).


It can.
I'd rather not go through 10 or so extra events where additem could go.


that's just lazy
A functional add-item event can reduce work put on the server from the 10+ events that would be used otherwise.