Thread: Double
View Single Post
  #8  
Old 08-18-2001, 10:03 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by LiquidIce00
owner can use this but not ne1 else w/o permission lolz (that includes u poogle)

NPC Code:

// NPC made by LiquidIce (Murder)
dontblocklocal;

while (playertouchsme) {
if (!playerswimming) {
drawunderplayer;
}
if (playerswimming) {
drawoverplayer;
}
}



easy ..
and use a bridge.gif or something
and i also recommend u put walkable tiles under the bridge so ppl can walk over the bridge
put walkable tiles underneath...and make it if (playertouchsme) instead of while...cause wouldnt while make it check after youve started to go under =/
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote