Home   Help Search Login Register  

Author Topic: How CamCreate a Shell ?  (Read 684 times)

0 Members and 1 Guest are viewing this topic.

NoLiMiTSoLDieR

  • Guest
How CamCreate a Shell ?
« on: 22 Oct 2002, 18:40:46 »
Hi.
i want to make a big boom when a tank drivers in the area of the trigger so he will die.
i want to camcreate a shell Or a LGB doesnt matter what.
Is This Possible Whitout a Script ?.

Well Thanx !

Offline Dinger

  • Contributing Member
  • **
  • where's the ultra-theoretical mega-scripting forum
Re:How CamCreate a Shell ?
« Reply #1 on: 22 Oct 2002, 21:13:01 »
A. create a trigger and set it to present, once.
B. In the activation field, put kaboom = "LaserGuidedBomb" camcreate getpos (thislist select 0)
C. Use the "Groups" command to group the trigger to the group that you want to set it off.
D. set the conditions (anybody, vehicle, leader, whatever)

---
If you just want it to be set off by one person, do all the above, plus:
D. change condition to: this and (DeadDriver in thislist)
E. change getpos (thislist select 0) to getpos DeadDriver
F. name the guy you want to die DeadDriver
Dinger/Cfit

Offline @cero

  • Members
  • *
  • Yeah! Get some!!
Re:How CamCreate a Shell ?
« Reply #2 on: 22 Oct 2002, 23:21:50 »
I got another way to do it, very similar anyway.
 Call the tank somethin, we will call it "Target" for example and then create a trigger activated by the side of the tank you want to blow up, lets say East, and then in the on activation field of the triger type this:

b1="laserguidedbomb"camcreate getpos Target

right, Laserguidedbomb you can change it to whatever you feel like, even a hand grenade if you just want a soldier to die, camcreate is telling the game engine to camcreate what you allready put in there, in this case the Laser Guided Bomb, then the one important thing too is the getpos, this is where the bomb is going to be created, in this case is going to be the tank you want to blow up, Target is the name you put in the "name" field of the Tank's creation window so to make sure the bomb is created in the right place.
 Now when your tank call Target or whatever you want to call enter in the triger it will get blowed up.
 My sugestion is for you to try with diferent tipes of explosives and see what hapend then.
 Later.
@CERO
SCREWBY!!!

red devil

  • Guest
Re:How CamCreate a Shell ?
« Reply #3 on: 23 Oct 2002, 21:22:24 »
Easy (i hateall that camcreate crap  ::) ) all u have to do ois place a bomb anywhere on the map an call it "boom" then make a game lojic called "here" (or whatever)next make a trigger make it triggerable only by the tank (usin the group thing F2) in the trigger use the setpos comand followed b the name of the gamelojic (here) then use this ";" and put boom SetDammage 1 and u r done.  c ya. oh an if u need any more help just ask  :-*

Kaliyuga

  • Guest
Re:How CamCreate a Shell ?
« Reply #4 on: 24 Oct 2002, 03:15:35 »
  That works all fine and dandy actually.. until you upgrade to 1.75 or 1.85 and get KEG's ed upgrade for res.....

which removes those bombs from yer editor ::)  

 *Evil Grin* .. yes.. come to the darkside...   you'll be scripting before you know it ;D