Thread: Diving?
View Single Post
  #3  
Old 11-12-2001, 06:46 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
here this would work ....
NPC Code:

NPC Code:

if (weaponfired && strcontains(#L,levelname.graal) && x=3 && y=3) {
setlevel levelname2.graal;
}





you wouldn't need to have 'isweapon' part because if the player is firing the weapon it is obviously the weapon he has ...
Reply With Quote