Use the function A_SpawnRelative to spawn a Blue Crawla 0,0,0 from the object(In other words, on the object)? Also, I know you can have two functions used at once by using A_DualAction, but is it possible to have three functions used at once?
Well, the function A_SpawnObjectRelative can be simplified to:
Spawns an object on top of the object. Var2 = object to spawn.
While that's not EXACTLY what it does, it's definately worth it to simplify.
As for the three actions at once, that's what duration 0 is for.
OK, I got it to work except there's one problem: It's spawning green Sonics instead of blue crawlas! I put 1 for Var2.
EDIT: Never mind, I just forgot to press save, but now I have a new question: How do I change the angle at which the crawla is facing when it's spawned?
To have a crawla face you after it's spawned
make the nextstate of A_SpawnobjectRelative to be a state with A_FindTarget, (Var1 = 0 and var2 = 0), for a duration of 0, and then, have THAT have a next state of A_Facetarget.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.