Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Question:  () 1 Vote
Re: Question: [message #202954 is a reply to message #202394] Wed, 07 June 2006 15:28 Go to previous messageGo to previous message
theplague is currently offline  theplague
Messages: 261
Registered: May 2004
Karma:
Recruit
Make this a script and this code goes in the 'created' section, attach this script to your towers either by leveledit or detecting it using object hook:
Vector3 pos = Commands->Get_Posisiton(obj);
pos.Z += 5; // Play around with this number until you get the right height
Commands->Set_Position(obj, pos); // Done


Object Hook Detection:
if (stricmp(Commands->Get_Preset_Name(obj),"preset of tower")) Attach_Script_Once(obj,"script name","");


http://users.tpg.com.au/ling44/av_firefox.gifhttp://users.tpg.com.au/ling44/av_rg.gif
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: In game Cinimatics
Next Topic: QUICK AND GOOD QUSTION
Goto Forum:
  


Current Time: Wed Aug 14 23:56:19 MST 2024

Total time taken to generate the page: 0.00873 seconds