mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
All structure terminal menus and functionalities implemented
Dropped items add nowto the buildings itemlist Some databse work for permissions
This commit is contained in:
@@ -6,6 +6,6 @@ def setup(core, object):
|
||||
object.setAttachment("structureSign", sign)
|
||||
|
||||
structureterminal = core.objectService.createChildObject(object, 'object/tangible/terminal/shared_terminal_player_structure.iff', -5, 0.74, -1.81, 0.707107, -0.707107, 1)
|
||||
structureterminal.setAttachment('radial_filename', 'structure_management_terminal')
|
||||
#structureterminal.setAttachment('radial_filename', 'structure_management_terminal')
|
||||
structureterminal.setAttachment('housing_parentstruct', object)
|
||||
return
|
||||
Reference in New Issue
Block a user