How to longer the healthy of robot?

Topics regarding Scripting with Reality Factory
Post Reply
planebus
Posts: 29
Joined: Thu Jan 14, 2010 7:23 am

How to longer the healthy of robot?

Post by planebus »

Hi guys

I want to longer the healthy of the robot,but I don't know how to do that.
Below is the robot information in Pawn.ini, I can't find any attribute about the healthy.

[robot_white]
actorname = robot.act
actorrotation = 0 90 0
actorscale = 1.4
fillcolor = 255 255 255
ambientcolor = 255 255 255
subjecttogravity = true
boundingboxanimation = idle

thx ^_^
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Re: How to longer the healthy of robot?

Post by QuestOfDreams »

You can either increase the health of the pawn in the script that controls it or reduce the damage the weapon does to the pawn's health attribute in the weapon INI file.
Post Reply