View Single Post
Old 03-27-10, 11:34 AM   #41
NoLine
Medic
 
Join Date: Jun 2005
Location: AN85
Posts: 167
Downloads: 55
Uploads: 0
Default

I had a look at these scripts and noticed some mistakes which might mean the scripts dont run at all

example : in airplane.aix it says :
Code:
 action
 {
  Plane:FireTorpedoes()
 }
but (i think) it needs to be :

Code:
 action
 {
  Plane:FireTorpedoes();
 }
there seem to be more of these, ill see what happens if i remove them

cheers
Noline
NoLine is offline   Reply With Quote