Baldi Dev Api Portable -
Call this in OnModLoad . Make a moving “Principal’s Shadow” that speeds up each time you hit a wrong answer inside detention :
private int wrongStreak = 0; private void OnWrongAnswerStreak() { wrongStreak++; if (wrongStreak >= 3) StartDetention(); } baldi dev api
DebugAPI.Log("Detention started"); DebugAPI.DrawTileGrid(true); Add a cheat command to teleport directly to detention: Call this in OnModLoad
Add this to a prefab and spawn it inside the detention level using: private void OnWrongAnswerStreak() { wrongStreak++