View Single Post
  #17  
Old 10-04-2002, 01:23 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Quote:
Originally posted by Lit
so what u want is swords disabled but not the NPCs Weapons Or anything in that order may i ask why and why dont u use
PHP Code:
if (playerenters) {toweapons *WeaponsDisabled;}     if (!strequals(#l,Levelname)) {destroy;} 
Eh?
AHHHHHH WHERES THE CARRIGE RETURNS!!!!!!!!!!!!?!?!??!?!?!?!?

PHP Code:
if (playerenters) {
  
toweapons *WeaponsDisabled;
}
if (!
strequals(#l,Levelname)) {
  
destroy;

Also Kaimetsu is right, your script would do bugger all..
__________________
- R0bin
Reply With Quote