예제 #1
0
 def start(self):
     ToonUpGag.start(self)
     if self.isLocal():
         target = self.getClosestAvatar(self.radius)
         if target:
             self.doPixieDust(target)
             self.avatar.sendUpdate('setTarget', [self.getID(), target.doId])
         else:
             self.reset()
 def start(self):
     ToonUpGag.start(self)
     if self.isLocal():
         target = self.getClosestAvatar(self.radius)
         if target:
             self.doPixieDust(target)
             self.avatar.sendUpdate('setTarget',
                                    [self.getID(), target.doId])
         else:
             self.reset()
예제 #3
0
파일: Lipstick.py 프로젝트: coginvasion/src
 def start(self):
     ToonUpGag.start(self)
     self.setupHandJoints()
     self.build()
     if self.isLocal():
         target = self.getClosestAvatar(self.radius)
         if target:
             self.doLipstick(target)
             self.avatar.sendUpdate('setTarget', [self.getID(), target.doId])
         else:
             self.reset()
 def start(self):
     ToonUpGag.start(self)
     self.setupHandJoints()
     self.build()
     if self.isLocal():
         target = self.getClosestAvatar(self.radius)
         if target:
             self.doLipstick(target)
             self.avatar.sendUpdate('setTarget',
                                    [self.getID(), target.doId])
         else:
             self.reset()