Advertisement
UpDownLeftRight

FNF: Psych engine cutscene video script.lua

Nov 2nd, 2021
3,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local allowCountdown = false
  2. function onStartCountdown()
  3. if not allowCountdown and isStoryMode and not seenCutscene then --Block the first countdown
  4. startVideo('putyourvideonamehere');
  5. allowCountdown = true;
  6. return Function_Stop;
  7. end
  8. return Function_Continue;
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement