Quote:
Originally posted by screen_name
lol, you dont use ignorecase with the keys
you use i
|
[CODE]
if (actionserverside) {
setcharani #p(1),;
}
//#CLIENTSIDE
if (created) {
this.dontmove=false;
}
if (actionleftmouse&&keydown2(keycode(b),i)&&keydown2 (keycode(r),i)&&this.dontmove==false){
this.dontmove=true;
triggeraction x,y,serverside,shelf1;
sleep 4;
triggeraction x,y,serverside,shelf2;
this.dontmove=false;
}