Warcraft III resources & community, 2003–2006 · archived

bj_KEYEVENTKEY_W

11 posts
#1

bj_KEYEVENTKEY_W

How come that when i edit
call TriggerRegisterPlayerKeyEventBJ( gg_trg_Untitled_Trigger_001, Player(0), bj_KEYEVENTTYPE_DEPRESS, bj_KEYEVENTKEY_UP ) to same that just with bj_KEYEVENTKEY_W it says Trigger has been disabled due errors, error is Expected a name???
#2
bc it doesnt exist :P

on;y Up, Down, Left, and Right are recognized ( plus Escape thru the Skips a Cinematic Sequence )

To make ur W thing, make a dummy ability that has hotkey W, and register when it is casted
#3
but that's lame :(
#4
but its the only way
#5
No i'm not saying that your way is lame, i'm salying that not existance of it is lame :(
#6
To make ur W thing, make a dummy ability that has hotkey W, and register when it is casted

Err...What? He would have to press W himself, so he would have to select the Dummy Unit...and this is bad.[/quote]
#7
UnMiErr...What? He would have to press W himself, so he would have to select the Dummy Unit...and this is bad.


PurplePootTo make ur W thing, make a dummy ability that has hotkey W, and register when it is casted


dummy ability :P
#8
Oh..oh...>_>...
#9
ye ye but i still need that pressed and released buttons. :(
#10
I had the same problem some time ago, while working on a first person controll.
Guess, that using such an ability is the only way (as PurplePoot wrote).

There are native functions only for the arrow keys - so if you whould not want to change the language itself (what you are not able to do without Blizzard's help, who surely do not want you to do it) it looks pretty hopeless.
#11
:(