0 Members and 2 Guests are viewing this topic.
How would I do that then? :!If (GetCalc(Str9)→W) or (GetCalc(Str0)→E)or something?Also, what is a good size to use for the appvars?{W} will be up to several thousand{E} will be up to 6
Then your appvar would only need to be 2 bytes long. Also, if you only need to store 2 numbers, why not just have 1 appvar that is 4 bytes long instead of two 4 byte appvars?
So I have two objects, and I'm trying to make one object shoot a projectile at another. How would one go about that?(I've been trying to do this all night to no avail )
Idk