- Joined
- Jan 7, 2005
- Messages
- 7,550
Hi.
I have stumped on JASS problems again.
~Thanks for your time, do not be afraid to answer
I have stumped on JASS problems again.
- I'm using a local sound array, and I'm using 10 variables, in all of those I use the function CreateSound(arguments), however, this function requires a last string named "eaxSetting" or something like that. What is it for?
When I try to use the variable in a Transmission (cinematic), the sound won't play.
- Additionally, the SetupCamera function (or a name similar to that, function supposed to apply a camera object) doesn't ask for players, does it apply to everyone?
There's also a small error, the camera doesn't apply where it is supposed to. It seems the angle and height are applied, but not on the right location.
- Locals belong to a single function only, I presume. But there's a local trigger I would like to delete. Unfortunately, it's on another function, how do I destroy it?
- Does a specific unit data change when it morphs? I mean, an already-placed unit, with ID gg_unit_AdataBnumber, does it change to a unit with a different A and a different B after using (for example) Crow Form?
~Thanks for your time, do not be afraid to answer