Thread: walking
View Single Post
  #16  
Old 12-09-2001, 04:07 AM
Speedoflight14 Speedoflight14 is offline
Registered User
Join Date: Apr 2001
Posts: 72
Speedoflight14 is on a distinguished road
so it would be like

if(created){
setshape 1,14*16,18*16;
timeout=0.1}
if (playertouchsme&&!playerattached) {
if (playerx<=x||playerx>=x+width){ attachplayertoobj 1,id; }}
if (timeout) { if (playerx<x||playerx>x+width) {detachplayer; timeout=0.1; }}
__________________
Everyone is human.
Nobodys perfect
Reply With Quote