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

Was this helpful?

  1. ZEP Script
  2. ZEP Script Guide

ZEP Script FAQ

PreviousRaceNextAppendix

Last updated 2 years ago

Was this helpful?

Q. Can I change the avatar’s appearance using ZEP Script?

Yes, after loading the sprite sheet, you can apply it and change the avatar’s appearance when a specific event occurs. Please check the page.

Q. Is ZEP Script free to use?

Yes, developing and deploying apps using ZEP Script is free.

Q. Is it possible to charge users using ZEP Script?

Not at this time, but we plan to add a cash purchase and cryptocurrency purchase feature.

Q. Can I sell an app created using ZEP Script?

It is not possible currently, but it will be in a future update.

Q. Is there an easier way to debug an app created using ZEP Script without deploying it?

We are preparing an improved developer environment, but it is not available at this time.

Q. Can I use a different programming language to develop ZEP Script?

Currently, the ZEP Script development environment only supports JavaScript.

Q. I would like to link with my own server API. How do I do this?

ZEP Script supports JavaScript API Call. For more information, please refer to the page.

💻
Changing Avatar Image
Communicating with an External API