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) 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()