Files
NGECore2/scripts/radial/npc/noloot.py
T
CharonInferar e3ed8a1ab6 Loot window added
Loot window implemented
Loot info effect added
2014-04-16 18:14:09 +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