- Joined
- Jul 29, 2007
- Messages
- 5,174
Omg didn't do anything on WE for like a year and now don't remember anything lol :/
Ok the first problem as the title says is selecting a certain variable.
I wanted to make a trigger that when a unit gets close to another unit something will happen, but I can only make this event:
Second question is, how do I make, say, a gun shot that will be created infront of a unit that is casting a skill (like a lot of maps did e.g. Counter Strike) ?
I did:
Please help
Just a point of view, is it worth it learning JASS if I never learnt any programming languages ?
It really pisses me off seeing all the COOL stuff people do with JASS and I can't make even 10% of them with the GUI
Ok the first problem as the title says is selecting a certain variable.
I wanted to make a trigger that when a unit gets close to another unit something will happen, but I can only make this event:
- Unit - A unit comes within 50.00 of ThisUnit <gen>
- Unit - A unit comes within 50.00 of UnitVariable <gen>
Second question is, how do I make, say, a gun shot that will be created infront of a unit that is casting a skill (like a lot of maps did e.g. Counter Strike) ?
I did:
- Unit - Move SomeUnit instantly to ((Position of (Triggering unit)) offset by 40.00 towards (Facing of (Triggering unit)) degrees)
Please help
Just a point of view, is it worth it learning JASS if I never learnt any programming languages ?
It really pisses me off seeing all the COOL stuff people do with JASS and I can't make even 10% of them with the GUI