Quote: "The problem, is that once you use a scankeycodepressed selection you can't use that selection again within the same script"
I don't have that problem. This is a script by Conjured that demonstrates the use of the same key over and over.
;Objectives on Screen Script
; Script by: Conjured Entertainment
; Edited by: Inverted Entertainment
; re-edited by: Conjured Entertainment :P
desc = Display objectives if F key pressed
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore/huds/objectives.tga,hudname=objectives,hudhide=1,hudmake=display,state=1
:state=1,scancodekeypressed=33:hudshow=objectives,state=2
:state=2,scancodekeypressed=0:state=3
:state=3,scancodekeypressed=33:hudunshow=objectives,state=4
:state=4,scancodekeypressed=0:state=1
;End of Script
Best
I'm sorry, my answers are limited. You must ask the right question.