View Single Post
  #6  
Old 08-11-2005, 09:58 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It would be interesting to pass the projectile to the function that handles the projectile impact. Changing the flying projectile is not possible. You can access the currently flying projectiles by levels.projectiles[] (new scripting engine),

PHP Code:
  TProjectile (TGraalVar):
    
angle float (read only)
    
fromplayer object
    horiz 
boolean (read only)
    
params string
    speed 
float (read only)
    
float (read only)
    
float (read only)
    
float (read only)
    
zspeed float (read only
Reply With Quote