Home   Help Search Login Register  

Author Topic: don't know how camcreate works  (Read 330 times)

0 Members and 1 Guest are viewing this topic.

bobthedinosaur

  • Guest
don't know how camcreate works
« on: 21 Jan 2004, 22:12:47 »
i got this script
Bomb="heat125" camcreate(getpos plane); Bomb="Shell125" camcreate(getpos plane)

what do the variables in this script do? i don't know the first thing about camcreate

thanx

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:don't know how camcreate works
« Reply #1 on: 21 Jan 2004, 22:18:14 »
Bomb ; The name of the shell thats going to be created.  In this case its pointless and can be left off , unless you want to later move the shell around.

"Heat125" and "Shell125" ; The types of object being created.  In this case, a sabot round, and a heat round.

(Getpos plane) ; Where the objects are being created, in this case they are being created at the position of a object named "plane", one would assume the code is designed to destroy a plane.