Advertisement
Marum

Mermegold V4 Mermeapp startup

Mar 25th, 2025
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. -- Prevent phone startup from overriding connected startup
  2.  
  3. if (pocket) then
  4. print("Running mermeapp")
  5. shell.execute("mermeapp.lua")
  6. else
  7. print("Running normal startup")
  8. shell.execute("startup.lua")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement