mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
(BugFix) /showhelmet and /showbackpack works and helmet/backpacks now showed for the person wearing the item (Code) Server will store player creation date for future use in baseline
10 lines
169 B
Python
10 lines
169 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
|
|
core.buffService.addGroupBuff(actor, 'of_buff_def_6', actor)
|
|
return
|
|
|