View Single Post
  #12  
Old 02-05-2002, 08:08 PM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
forgot it was nonP2P, sorry

if you want it to specify a specific gani or something

NPC Code:

if (created) {
toweapons -ganisystem;
this.frametime=.4; // Length of GANI
setani newaniname,; }
if (isweapon) { timeout=.05; }
if (timeout) {
playerdir=1;
if (this.frametime>0) {
this.frametime-=.05;
} else { setani newaniname,; this.frametime=.4; }
timeout=.05; }

__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote