
08-06-2001, 12:40 AM
|
|
Some Guy :\
|
Join Date: Apr 2001
Posts: 3,619
|
|
|
you can also do the bridges like on graal2001 so you can go under them in watter and on them on land like
if (playertouchsme&&(onwater)) {dontblock;
drawoverplayer;}
else
if (playertouchsme&&(!onwater)) {dontblock;
drawoverplayer;} |
|
|
|