mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Randomized spawning position for using travel points, no longer able to mediate unless you completed collection
This commit is contained in:
@@ -6,6 +6,9 @@ def setup():
|
||||
def run(core, actor, target, commandString):
|
||||
##To do make it reset moodanimations when meditation is cancled.
|
||||
|
||||
if core.collectionService.isComplete(actor, 'inv_holocron_collection_02') is False:
|
||||
return
|
||||
|
||||
if actor.getPosture() != 0x08:
|
||||
actor.sendSystemMessage('You need to sit',0)
|
||||
actor.setMoodAnimation('neutral')
|
||||
|
||||
Reference in New Issue
Block a user