oldschool-toontown/toontown/coghq/LawbotOfficeExterior.py
Little Cat 1801d2b9fb
all: replace pandac.PandaModules imports.
UD/AI + Client boots up.
2022-12-16 20:40:57 -04:00

15 lines
595 B
Python

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 panda3d.core import *
from . 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)