Files
NGECore2/scripts/radial/npc/noloot.py
CharonInferar 37dc1a45c2 Loot window added
Loot window implemented
Loot info effect added
2014-04-16 05:23:30 +02:00

13 lines
236 B
Python

from resources.common import RadialOptions
import sys
def createRadial(core, owner, target, radials):
radials.clear()
radials.add(RadialOptions(0, 36, 0, ''))
return
def handleSelection(core, owner, target, option):
return