Advertisement
Guest User

Epilepsy script

a guest
Sep 7th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local c=0
  2. local function z()
  3.     tpt.display_mode(5)
  4.     if c==0 then
  5.         c=1
  6.     elseif c==1 then
  7.         c=0
  8.     end
  9.     tpt.ambient_heat(c)
  10. end
  11. tpt.register_step(z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement