Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Can anyone help with LE?
Re: Can anyone help with LE? [message #446180 is a reply to message #446137] Sun, 24 April 2011 16:57 Go to previous messageGo to previous message
zunnie is currently offline  zunnie
Messages: 2959
Registered: September 2003
Location: Netherlands
Karma:
General (2 Stars)

You cant change the building h/a settings without saving it to a mapfile.
Saving it directly to objects.ddb doesnt work.

Other than that you can always use a script command to set the health type

I believe its something like
Set_Skin(obj,"blamo");

or something like that...


edit:

{
const char *skin;
skin = Get_Parameter("SkinType");
Set_Skin(obj,skin);
Commands->Set_Max_Health(obj,10000.0f);
Commands->Set_Health(obj,10000.0f);
}


https://multiplayerforums.com/uploads/monthly_2018_03/TCW2_Signature.png.6236a0dbc6e1e53472a18fe8cd15e47b.png

[Updated on: Mon, 25 April 2011 00:37]

Report message to a moderator

 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: fixing ob walking serverside
Next Topic: Debug
Goto Forum:
  


Current Time: Wed Jun 05 12:25:47 MST 2024

Total time taken to generate the page: 0.00623 seconds