I'm trying to write a wizard to create a pair of commands to allow a Jump command that works alot like the Halt command... to keep elevatoring up while the spacebar key is pressed.
The end resulting GCP commands I want is:
Command: Jump-All-Press
Key: Space bar down
<<All>>
Press {Space}
Command: Jump-All-Release
Key: Space bar up
<<All>>
Release {Space}
I think I've got it figured out... except for the Key assignment... what do I use on the #Key line to indicate space bar?
Here's the content of the wizard so far:
#Command Jump-All-Press
<<All>>
Press {Space}
#Keydown Spacebar
#EndCommand
#Command Jump-All-Release
<<All>>
Release {Space}
#Key Spacebar
#EndCommand
Except the "#Keydown" and "#Key" commands don't give me what I want. I've tried Space, Spacebar, and {Space}. None work.
Edit: Or this question irrelevant? Does the beta version 2.0 pass-through the spacebar key press (if I use the cloning ability)?



So it is literally a space " ". You could try just putting two spaces after the #Key. If that doesn't work though I will add {Space}.
GameCommanderPro Graphics Designer / Software Engineer