Randomized spawning position for using travel points, no longer able to mediate unless you completed collection

This commit is contained in:
Waverunner
2013-12-18 17:56:48 -05:00
parent aea5f3a4b8
commit dcab49cc05
2 changed files with 23 additions and 1 deletions
+3
View File
@@ -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')