Eurus
05-01-2003, 11:37 PM
If I want to make the following statement bind to the PAGE UP key instead of the G key what should it say?
$Toss::GrenadeKey = "g";
Thanks,
$Toss::GrenadeKey = "g";
Thanks,
Simple T1 script question!Eurus 05-01-2003, 11:37 PM If I want to make the following statement bind to the PAGE UP key instead of the G key what should it say? $Toss::GrenadeKey = "g"; Thanks, SuperSlug 05-02-2003, 12:11 AM $Toss::GrenadeKey = "pageup"; ·liquid· 05-02-2003, 12:29 AM prior SuperSlug 05-02-2003, 01:49 AM Or that, I just assumed the obvious. Eurus 05-02-2003, 08:57 AM Thanks guys, "prior" worked. | ||