Files
NGECore2/scripts/radial/structureDeed.py
T
2014-04-08 23:47:59 -04:00

11 lines
257 B
Python

from resources.common import RadialOptions
import sys
def createRadial(core, owner, target, radials):
return
def handleSelection(core, owner, target, option):
if option == 21 and target:
core.housingService.enterStructureMode(owner, target)
return