Page 1 of 1

GlovePIE Slow motion cheat with Wiimote

Posted: Sun Aug 18, 2013 10:34 am
by Lyc@n
Hello everybody! Sorry it's my third question in a small amount of time, but I'm trying to do a GlovePIE script for Receiver, and I have some problems. I want that the slow motion cheat is toggled when I press the A button of my Wiimote because it's a bit too hard to aim correctly with the Wiimote. So I made the little code:

Code: Select all

if Wiimote.A then
   Key.S=TRUE
   Key.S=FALSE
   Key.L=TRUE
   Key.L=FALSE
   Key.O=TRUE
   Key.O=FALSE
   Key.N=TRUE
   Key.N=FALSE
   Key.O=TRUE
   Key.O=FALSE
   wait 1000 ms
endif
Yeah you see that it says "SLONO" but it's because I have an azerty keyboard. But the real problem is that it doesn't work at all, it doesn't toogle the toogles the slow motion. Can anybody help me please? Thanks!