Author Topic: VCE Event Errors?  (Read 437 times)

I'm making a very complicated zombie server. However, Minigame chat messages often don't show up, variables don't save, and variables cannot be read (By most bricks. Some can read variables). When variables malfunction, they return a console error (chat message errors don't):
Saving Variables:
Code: [Select]
Add-Ons/Event_Variables/server.cs (523): Unable to find object: '-1' attempting to call function 'getClassName'
BackTrace: ->fxDTSBrick::VCE_modVariable->VariableGroup::setVariable
Reading Variables:
Code: [Select]
Add-Ons/Event_Variables/server.cs (531): Unable to find object: '-1' attempting to call function 'getClassName'
BackTrace: ->fxDTSBrick::VCE_modVariable->VariableGroup::getVariable
To me it looks like they can't find the target. That means they can't find the minigame.

I don't have any conflicting mods that I know of (except maybe zombie dog?). My console log is attached.


Oops. Here: