Scripting questions
DeathtoGnomes
Member Posts: 1
Couple things I'd like to do here
1) add the use of Ctrl and/or Alt keys to HOTKEY.IDS so I can use them in some custom scripts. As it stand now there is only A-Z. If that fails maybe add the use of rest of the keys -- ,./;'\][=-
2) add a dialog response that appears above the head, which, I assume, means creating a *.dlg file. Is there a tutorial how to do this somewhere?
1) add the use of Ctrl and/or Alt keys to HOTKEY.IDS so I can use them in some custom scripts. As it stand now there is only A-Z. If that fails maybe add the use of rest of the keys -- ,./;'\][=-
2) add a dialog response that appears above the head, which, I assume, means creating a *.dlg file. Is there a tutorial how to do this somewhere?
(is there a full editor here?)
IF
See(NearestEnemyOf(Myself))
!Range(NearestEnemyOf(Myself),4)
Range(NearestEnemyOf(Myself),10)
THEN
DisplayStringHead(Myself, "string reference number to .DLG file") // say something like "oh shit we're dead"
END
0