Poodletooth-iLand/toontown/toon/DistributedNPCScientistAI.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

8 lines
No EOL
335 B
Python
Executable file

import DistributedNPCToonBaseAI, random
Animation = random.choice(["ScientistPlay", "ScientistWork", "ScientistLessWork", "ScientistJealous"])
class DistributedNPCScientistAI(DistributedNPCToonBaseAI.DistributedNPCToonBaseAI):
def getStartAnimState(self):
return 'ScientistEmcee' if self.npcId == 2020 else Animation