I'm wondering if anyone has been able to do something like this:
Where Add is just a Type Method that does a var = var + num.
Can do that in Blitz3D but it seems there's a Null Pointer returned when you try embed a couple of method operations.
MyVar.Add( YourVar.Add(10) )
Where Add is just a Type Method that does a var = var + num.
Can do that in Blitz3D but it seems there's a Null Pointer returned when you try embed a couple of method operations.