missfiss
Joined: 30 May 2008 Posts: 1
Digg It |
Posted: Fri May 30, 2008 7:32 pm Post subject: Use script only once |
|
|
wrote this easy script... but it doesn't work... I want to make the wiimote rumble the first time i plug the CC in not all the time the CC is plugged in.
| Code: | var.Cla = wiimote.expansion
if var.Cla = 3 then
var.game = 1
var.wmp = 0
wiimote.rumble = 1
wait 1 s
wiimote.rumble = 0
else
var.game=0
var.wmp =1
wiimote.rumble = 1
wait 1 s
wiimote.rumble = 0
Endif |
|
|