Thread: better npcs
View Single Post
  #8  
Old 02-20-2002, 06:18 PM
neomaximus2k neomaximus2k is offline
Registered User
Join Date: Feb 2002
Location: UK
Posts: 324
neomaximus2k is on a distinguished road
Send a message via ICQ to neomaximus2k
Quote:
Originally posted by XeroMaster
you cant zoom in or out and keep a person with a specal stats the same--with an npc

like a flying weapon
NPC Code:

if(weaponfired)
{show stats(flying stats);
replaceani walk,fly_walk;
replaceani idle,fly_idle;
setzoomleveleffect -2;
}
If (weaponfired && stats(fly stats))
{hide from everyone but players w/that stats}

Forgive me if i am wrong but there is no such command as setzoomleveleffect
__________________
Beware of thy Inner self
NPC Code:

_.,.__
((o\\o\))
.-. ` \\``
__( )___.o"".,___
=== ~~~~~~~~
==
= Neo

Reply With Quote