Jump to content

Home

is it possible to put a replicator bin on the ebon hawk


Darth Kellen

Recommended Posts

I have actually made this mod before, that places a computer panel in the ebon hawk. The computer will allow you to teleport to any place, including player made areas, as well as give any player made items without using the cheat console. You have to create a script that teleports or gives items for each different item and areas though. Here is the file:

 

Here

 

To give a certain item, you have to edit the file B1.nss and recompile it. A sample giveitem script would look like this:

 

void main()
{
    CreateItemOnObject("g_w_yourlightsaber", GetFirstPC());
}

 

If you want to list more than just two items, you have to edit the cheatbot.dlg file to accomodate more than two items during the conversation. As of for now, it only contains the options to warp to the arena mod and survival battle mod.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...