Author Topic: VarToVar  (Read 830 times)

I'm trying to use VarToVar for my keypad but it won't let me. This is what comes up in the console.

Code: [Select]
ERROR: SimObject::ProcessInputEvent() - bad number of parameters on event 'ifVarToVar' (numParameters)
BackTrace: ->fxDTSBrick::fireRelay->fxDTSBrick::onRelay->fxDTSBrick::processInputEvent->SimObject::processInputEvent->SimObject::processInputEvent


ERROR: SimObject::ProcessInputEvent() - bad number of parameters on event 'ifVarToVar' (numParameters)
BackTrace: ->fxDTSBrick::fireRelay->fxDTSBrick::onRelay->fxDTSBrick::processInputEvent->SimObject::processInputEvent->SimObject::processInputEvent

More info: I cant put things in the last string. It just deletes it.

Badspot

  • Administrator
Whoever wrote this event screwed up.  I recommend telling the author and removing the add-on until it is fixed.

More info: I cant put things in the last string. It just deletes it.

This is what's wrong.
Only 4 parameters are allowed, when 5 were needed.

So is it my fault or somthing wrong with the event?