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

15 lines
595 B
Python
Executable file

from direct.directnotify import DirectNotifyGlobal
from direct.fsm import ClassicFSM
from direct.fsm import State
from toontown.toonbase import ToontownGlobals
from toontown.building import Elevator
from pandac.PandaModules import *
import FactoryExterior
class LawbotOfficeExterior(FactoryExterior.FactoryExterior):
notify = DirectNotifyGlobal.directNotify.newCategory('LawbotOfficeExterior')
def enterWalk(self, teleportIn = 0):
FactoryExterior.FactoryExterior.enterWalk(self, teleportIn)
self.ignore('teleportQuery')
base.localAvatar.setTeleportAvailable(0)