
12-04-2001, 08:01 PM
|
Registered User
|
 |
Join Date: Jun 2001
Posts: 2,471
|
|
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 ...
|
that woiuldnt work if there was blocking tiles for laggers |
|
|