mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
7 lines
174 B
Python
7 lines
174 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setCustomizationVariable('/private/index_hover_height', 40)
|
|
object.setAttachment('radial_filename', 'creature/vehicle')
|
|
return
|