Home   Help Search Login Register  

Author Topic: Script  (Read 619 times)

0 Members and 1 Guest are viewing this topic.

Manz

  • Guest
Script
« on: 07 Aug 2005, 22:35:08 »
have anyone here a suicide script or something cause i need that for a mission....  ;)
« Last Edit: 07 Aug 2005, 22:35:25 by Manz »

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:Script
« Reply #1 on: 08 Aug 2005, 00:11:31 »
the question doesn't make the circumstances clear, but if you want to kill certain unit with a script, use

Code: [Select]
unit_name setdamage 1
if you want to add fireworks, use

Code: [Select]
_boom = "shell120" camcreate [getpos unit_name select 0, getpos unit_name select 1]