// k_workbench_bdm
//
// Through Bao-Dur, the player can break down and create items.
// After Mira has been found, the player can make rockets, too
//
// KDS, 08/15/04
#include "k_inc_debug"
#include "k_inc_utility"
void main()
{
ShowUpgradeScreen(OBJECT_INVALID, GetLastUsedBy( ), FALSE, TRUE, "itemcreatemira");
}and
// k_workbench_bd
//
// Through Bao-Dur, the player can break down and create items.
//
// KDS, 08/15/04
#include "k_inc_debug"
#include "k_inc_utility"
void main()
{
ShowUpgradeScreen(OBJECT_INVALID, GetLastUsedBy( ), FALSE, TRUE);
}(simply use De-NCS loose on the scripts)