Thread: Help!
View Single Post
  #3  
Old 12-04-2001, 12:24 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to 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 ...
Reply With Quote