Thread: Help!
View Single Post
  #7  
Old 12-05-2001, 09:00 PM
-_Soulhunter_- -_Soulhunter_- is offline
Registered User
Join Date: Nov 2001
Location: Near my computer :D
Posts: 154
-_Soulhunter_- is on a distinguished road
Quote:
Originally posted by nyghtGT
here:
NPC Code:

NPC Code:

if (playerchats) {
if (streqauls(#g,Dustari) && strcontains(#c,bridge down)) {
show;
}
}
if (playerchats) {
if (streqauls(#g,Dustari) && strcontains(#c,bridge up)) {
hide;
}
}
|==================|
or you could use gif's ...
|==================|
if (playerchats) {
if (streqauls(#g,Dustari) && strcontains(#c,bridge down)) {
setimg gatedown.gif;
}
}
if (playerchats) {
if (streqauls(#g,Dustari) && strcontains(#c,bridge up)) {
setimg gateup.gif;
}
}




dont know if they work just made em up on here ... they should ...
It would be cooler to have it.. so u see it moving not just pop up
__________________
Name on Graal - Ferret
Server - Andor, Babylon
Coolest tag - Events Admin
Reply With Quote