E: 15:21:03 - sys_traps_h.nss - sys_traps_h.nss(1521): No right bracket on expression (while compiling spell_drainmana.nss)
This happens for a bunch of scripts, but they all fail on the same line. Here is the line in question that is failing:
// Don't trigger if player is attempting to disarm this trap
command cCurrent = GetCurrentCommand(oTarget);
if (GetCommandType(cCurrent) == COMMAND_TYPE_USE_OBJECT && GetCommandObject(cCurrent) == oTrap) //THIS LINE IS FAILING
{
Log_Trace(LOG_CHANNEL_SYSTEMS_TRAPS, "sys_traps_h.Trap_HandleEventEnter", "Discarding OnEnter event - player attempting to disarm trap: " + GetTag(oTrap));
return;
}
Anyone else getting this? I just did a builder-to-builder load of the core resources, and I am still getting this.





Retour en haut







