if the player is using V4, and sitting they can not use scripts using if playertouchsme (maybe more)?
this script does not work if the player is sitting and using V4, it works perfect for V2

this is for an event on my server, so people can't play it with V4
NPC Code:
//#CLIENTSIDE
if (created) {setimg redchair.png;
drawunderplayer;}
if (playertouchsme) {
for (i=0;i<9;i++) {
playery = playery+5.5;
sleep .08
}
}