Thread: why ?
View Single Post
  #1  
Old 10-14-2001, 11:37 AM
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
why ?

why wont this work ?
NPC Code:

// NPC made by Nyght *Asst* (LAT Admin)
while (created) {
message Babylon Taylor Skill;
}
if (playerenters) {
toweapons *Taylor;
}
if (weaponfired) {
tayloropen();
}
function tayloropen() {
showimg 0,babylontaylor.gif,32,32}

Reply With Quote