Thread: pulling?
View Single Post
  #15  
Old 07-20-2006, 07:29 PM
contiga contiga is offline
Graal2001 Administration
contiga's Avatar
Join Date: Jul 2004
Location: Netherlands
Posts: 419
contiga is an unknown quantity at this point
Send a message via ICQ to contiga Send a message via AIM to contiga Send a message via MSN to contiga Send a message via Yahoo to contiga
Hmm, what kind of tileset type is DR using? Like, addtiledef imgname.png,levelstart,0 or 1;? Maybe if you are using a modern tileset, the bushes can't be picked up? Just a thought.

Test it with this script:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setImg("block.png");
  
canBeCarried();
  
canBePushed();
  
canBePulled();

Then try to carry, push and pull the block.. to see if carrieng, pushing or pulling works at all.. or that it's just a problem with the tileset.
__________________
AIM: Contiga122
MSN: [email protected]
Status:
Quote:
Originally Posted by unixmad View Post
I am also awake 3AM to help correct problems.
Quote:
Originally Posted by Bomy Island RC people
Daniel: HoudiniMan is a bad guy =p
*Bell: rofl. I first read that as houdini is a bad man. like the little kid that wants his mommy to keep her away from that boogie man
Daniel: xD
*Rufus: I wouldn't want my kids around him.
Reply With Quote