Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

how would i add...

Page: 1 of 1
 XoXoXAlexOxOxO
11-26-2006, 10:13 PM
#1
a medical bench somewhere on the ebon hawk? (sorry if this is answered somewhere already, i just couldn't find it :( )
 Master Demonius
11-26-2006, 10:42 PM
#2
 XoXoXAlexOxOxO
11-26-2006, 11:14 PM
#3
http://members.westnet.com.au/envida/#mod5) here ya go

thanks :).

(i posted in the wrong thread on my very 1st post :blush2: )
 SithRevan
11-27-2006, 12:27 AM
#4
(i posted in the wrong thread on my very 1st post)
Ah don't worry about it, I think we have all done that once or twice!;)

Edit: Oh yeah where are my manners, I forgot to welcome you myself. So XoXoXAlexOxOxO Welcome to LF :waive1:.
 Darth Malefice
11-27-2006, 12:45 AM
#5
Ah don't worry about it, I think we have all done that once or twice!;)

Yep! Just about every one has. So just consider yourself one of us.

Welcome to the forums!
 XoXoXAlexOxOxO
11-27-2006, 2:28 AM
#6
Yep! Just about every one has. So just consider yourself one of us.

Welcome to the forums!

thank you :)
 Achilles
11-27-2006, 4:55 AM
#7
http://members.westnet.com.au/envida/#mod5) here ya go
To the OP:

IIRC, this mod causes bugs later in the game. I'd recommend keeping it in your override long enough to get the Ebon Hawk, then remove it. Once the bench loads in the module once, it's there for the rest of the game, so you don't have to worry about losing it after you remove the mod.

...and nice to see another 'Zonie. Chandler says "hi" :)
 XoXoXAlexOxOxO
11-27-2006, 5:21 AM
#8
...and nice to see another 'Zonie. Chandler says "hi" :)

chandler????
 Achilles
11-27-2006, 5:53 AM
#9
 Anakin Skywalker
11-27-2006, 8:11 AM
#10
Yep! Just about every one has. So just consider yourself one of us.

Welcome to the forums!

Yes, Welcome to the Dark Side my child, I do that on almost every single one of my posts so don't worry about messin up.... that is. :p
 stoffe
11-27-2006, 2:36 PM
#11
Or, if you are more of a do it yourself type who don't want to install a larger mod just to get a lab workbench, you can spawn it by running this in any script on board the ebon hawk:


object oLab = GetObjectByTag("MedBen");
if (!GetIsObjectValid(oLab)) {
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_workb_med", Location([42.46, 39.10, 1.8], 90.0));
}


That would spawn a medical workbench in the medbay next to the bed. :)
 XoXoXAlexOxOxO
11-27-2006, 4:04 PM
#12
Or, if you are more of a do it yourself type who don't want to install a larger mod just to get a lab workbench, you can spawn it by running this in any script on board the ebon hawk:


object oLab = GetObjectByTag("MedBen");
if (!GetIsObjectValid(oLab)) {
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_workb_med", Location([42.46, 39.10, 1.8], 90.0));
}


That would spawn a medical workbench in the medbay next to the bed. :)

that was kkinda what i wanted to do at first, thanks :)
Page: 1 of 1