- Joined
- Jun 5, 2006
- Messages
- 18
I would like to start creating maps only with jass...i've used other languages before jass so i didn't find it too difficult to learn...
however, i've encountered the problem of multi-istancing of a spell...so i studied how to use a handle var (and it's not so hard...i don't understand why blizzard doesn't implement a thing like it in gui...)
....unfortunately i've learnt also that we have a limit of 250 handles (or around it)...250 for each unit/timer/ecc or 250 in general (and i think is a little bit low if is general...)
...however, i've downloaded jasscrafter (WOAH!it's great )...i've heared about "caster system" and now i noticed that this program auto implement "caster system.j"...i discovered that this file SHOULD sobstitute KaTTana's handle vars, btw i'm not sure of it...
can anyone explain to me how to avoid the 250 handle limit?
...another thing, when i need to refer to a specific unit that i've placed before on the map, what should i do?how to get the editor ID (as in the gui)?
other suggestions?I'm a little bit afraid of leaving the GUI...expecially because i'm going to delete tons of triggers on my biggest project
in the end another little thing:
i'm using WORLD EDITOR UNLIMITED (because it allows me to use tons of functions that i loves and also make the unit editing/ spell editing a lot easier, does anyone know if this special editor has already implemented something like handle vars (and if possibile can he explain to me how to use?))
Thanks for reading guys
EDIT: I've learnt how to use attach variables....however i don't understand the difference between tables and, at least, i'm not sure if WE UNLIMITED can conflict with jass scripts....
however, i've encountered the problem of multi-istancing of a spell...so i studied how to use a handle var (and it's not so hard...i don't understand why blizzard doesn't implement a thing like it in gui...)
....unfortunately i've learnt also that we have a limit of 250 handles (or around it)...250 for each unit/timer/ecc or 250 in general (and i think is a little bit low if is general...)
...however, i've downloaded jasscrafter (WOAH!it's great )...i've heared about "caster system" and now i noticed that this program auto implement "caster system.j"...i discovered that this file SHOULD sobstitute KaTTana's handle vars, btw i'm not sure of it...
can anyone explain to me how to avoid the 250 handle limit?
...another thing, when i need to refer to a specific unit that i've placed before on the map, what should i do?how to get the editor ID (as in the gui)?
other suggestions?I'm a little bit afraid of leaving the GUI...expecially because i'm going to delete tons of triggers on my biggest project
in the end another little thing:
i'm using WORLD EDITOR UNLIMITED (because it allows me to use tons of functions that i loves and also make the unit editing/ spell editing a lot easier, does anyone know if this special editor has already implemented something like handle vars (and if possibile can he explain to me how to use?))
Thanks for reading guys
EDIT: I've learnt how to use attach variables....however i don't understand the difference between tables and, at least, i'm not sure if WE UNLIMITED can conflict with jass scripts....