Run Method
GameObject.Find("Mod3DAPI").SendMessage("RunMethod", new object[]
{
Instance,
"DPerson",
"Die",
new object[0] //creates an empty array. Look up a little to see how to create a proper array.
}, SendMessageOptions.DontRequireReceiver);Last updated
Was this helpful?