Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[Custom Quest] Null Refence related to triggers. #51

Closed Pychnight closed 2 years ago

Pychnight commented 5 years ago

[05/27/19 18:50:58] [CustomQuests] Info: System.NullReferenceException: Object reference not set to an instance of an object at Boo.Lang.Runtime.RuntimeServices.UnboxBoolean (System.Object value) [0x00039] in <79465beec4e34cc3b11790b00f902322>:0 at CompilerGenerated.$adaptor$g2_newlands_ch3Quest_OnRun$callable0$19_5$Func$0.Invoke () [0x0000b] in <6857adb2a82c4626a2ea00c9ef13197f>:0 at CustomQuests.Triggers.Condition.UpdateImpl () [0x0000b] in <8e5fa3194d2944409350082cce0f60a3>:0

This error also causes threading errors. #50