- changed status to duplicate
```Lua: person.SetProperty("investigateComplete", nil) targetId = person.GetProperty("investigate") if targetId ~= nil then target = world.GetPersonById() end
Message:chunk_16:(4,1-31): cannot convert a void to a clr type System.Int64
StackTrace: at MoonSharp.Interpreter.Interop.Converters.ScriptToClrConversions.DynValueToObjectOfType (MoonSharp.Interpreter.DynValue value, System.Type desiredType, System.Object defaultValue, Boolean isOptional) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.Interop.FunctionMemberDescriptorBase.BuildArgumentList (MoonSharp.Interpreter.Script script, System.Object obj, MoonSharp.Interpreter.ScriptExecutionContext context, MoonSharp.Interpreter.CallbackArguments args, System.Collections.Generic.List1& outParams) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.Interop.MethodMemberDescriptor.Execute (MoonSharp.Interpreter.Script script, System.Object obj, MoonSharp.Interpreter.ScriptExecutionContext context, MoonSharp.Interpreter.CallbackArguments args) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.Interop.OverloadedMethodMemberDescriptor.PerformOverloadedCall (MoonSharp.Interpreter.Script script, System.Object obj, MoonSharp.Interpreter.ScriptExecutionContext context, MoonSharp.Interpreter.CallbackArguments args) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.Interop.OverloadedMethodMemberDescriptor+<>c__DisplayClass33_0.<GetCallback>b__0 (MoonSharp.Interpreter.ScriptExecutionContext context, MoonSharp.Interpreter.CallbackArguments args) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.CallbackFunction.Invoke (MoonSharp.Interpreter.ScriptExecutionContext executionContext, IList1 args, Boolean isMethodCall) [0x00000] in <filename unknown>:0
at MoonSharp.Interpreter.Execution.VM.Pro
Duplicate of
#243.