TiagoTiago
Joined: 20 Jan 2007 Posts: 710 Location: Brasil
Digg It |
Posted: Sun Feb 11, 2007 7:28 pm Post subject: can I have custom controls without editing the whole script? |
|
|
is there a way to do somthing liek
| Code: | ///setup custom controls
var.forward = key.W
var.Back = key.S
var.jump = key.Space
///////
if (wiimote1.Up) then
Press(var.forward)
elseif (wiimote.Down) then
Press(var.back)
endif
if (wiimote.B) then
press(var.jump)
endif
|
...? _________________ please put the scripts on the wiki so they dont get lost as new stuff is posted!
phpBB doesnt like me,somtimes it will forget to warn me about new replies to threads I asked it to,if you see a thread I should have responded, could please email me? |
|