View Single Post
  #4  
Old 12-09-2001, 03:32 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
Quote:
I need to know how i do the Dustari bridge all of it even to the walking on it part and it extendding when only a certain guild says lower bridge or raise bridge please help me!!!!!!!!!
I've never seen that bridge, but you'd need stuff like:
NPC Code:

if(playerchats&&strequals(#c,lower)&&strequals(#g, guildname)){
stuff to lower bridge here...;
}
if(playerchats&&strequals(#c,raise)&&strequals(#g, guildname)){
stuff to raise bridge here...;
}



That's all I know, since I've never seen it. You'd also use showimg, changeimgpart, and drawoverplayer/drawunderplayer, etc... I think
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote