Skip to content

Scripting questions

DeathtoGnomesDeathtoGnomes Member Posts: 1
edited November 2013 in General Modding
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?


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
(is there a full editor here?)
Sign In or Register to comment.