Spell-Crafting
Sierragrace1101
—
2016-08-26T18:58:57Z —
#1
I am trying to make a spell that would help me clean up summoned rocks and such by deleting the game object that it hits. So far everything I have tried doesn't delete the object. Anyone know of a way to delete objects this way?
VayLord
—
2016-08-27T03:55:22Z —
#2
As far as I know, you can do it with the eval block (black magics as they call it here).
Sierragrace1101
—
2016-08-27T06:02:52Z —
#3
That's what I have been doing the whole time. I keep getting a null reference exception regardless of what I do.