Thread: sparringzone
View Single Post
  #9  
Old 05-09-2005, 09:43 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by CheeToS2
You can't, but you could disable weapons depending on where the player is.

Yes, I know..

NPC Code:

if (playerx in |#,#| && playery in |#,#|) {
enableweapons;
} else {
disableweapons;
}

Reply With Quote