ZEP Guidebook (EN)
  • Hello ZEP Script
  • ZEP Script
    • 💻ZEP Script Guide
      • ZEP Script Development Guide
        • JavaScript Development Tips
        • ZEP Script Deployment Guide
        • TypeScript Development Tips
      • Explore ZEP Script
        • Tutorials
          • Displaying a Message
          • Changing Avatar Image
          • Using HTML
          • Communicating with an External API
          • Creating a 2-Second Stun Effect
        • ZEP Script Example Code
          • Timer
          • Zombie Game
          • Paintman Game
          • Hangul Quiz Game
          • Avoid Poop Game
          • Boxing Game
          • Sidebar App
          • Race
      • ZEP Script FAQ
      • Appendix
        • ZEP Script Use Cases
        • Understanding Spaces and Maps
        • JavaScript Keycode List
        • Understanding Sprite Sheets
        • TileEffectType Detailed Explanation
        • What are Reference Coordinates?
        • Communicating with an External API
        • How to Use URL Query Strings
        • How to Change the Mobile Interaction Button
        • Grammar Available for Widgets
        • Object Interaction with ZEP Script
        • Object npcProperty
    • 📘ZEP Script API
      • API Summary
      • ScriptApp
        • Lifecycle
        • Field
        • Storage
        • Event Listeners
        • Callbacks
        • Methods
      • ScriptMap
        • Field
        • Methods
      • ScriptPlayer
        • Field
        • Methods
      • ScriptWidget
        • Field
        • Event Listeners
        • Methods
  • Others
    • Homepage
    • FAQ
    • Twitter
    • Discord
Powered by GitBook
On this page
  • Timer
  • Zombie Game
  • Paintman Game
  • Hangul Quiz Game
  • Avoid Poop Game
  • Boxing Game
  • Sidebar App
  • Race

Was this helpful?

  1. ZEP Script
  2. ZEP Script Guide
  3. Explore ZEP Script

ZEP Script Example Code

Timer

You can create a timer that works in ZEP. You can modify it to fit your personal development style and use it in ZEP.

Zombie Game

This is a working Zombie Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

Paintman Game

This is a working Paintman Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

Hangul Quiz Game

This is a working Hangul Quiz Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

Avoid Poop Game

This is a working Avoid Poop Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

Boxing Game

This is a working Duel Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

Sidebar App

A sidebar app is an app that is displayed as an icon on the PC’s left side of the screen.

Using the examples provided below, you can create your sidebar app to match your personal developer needs.

Race

This is a working Race Game script that can be run from the [Side Bar] > [Mini-Game] menu. You can modify it to fit your personal development style and use it.

PreviousCreating a 2-Second Stun EffectNextTimer

Last updated 2 years ago

Was this helpful?

💻