Punkland
English
English
  • PUNKLAND
    • Introduction to Punkland
    • 🔔Update History
      • Studio
      • APP
      • Server
  • Punkland Studio
    • 📖Getting Started
      • How to Download Punkland Studio
      • Checking Version and Updates
      • New Project
      • Map Making
        • Add Map
        • Sub Map Creation
        • Edit Map
      • Studio Interface
        • [File] Tab
        • [Edit] Tab
        • [View] Tab
        • [Game] Tab
        • [Tool] Tab
      • Test Play
      • Publish Game
    • 💻Basic Guide
      • Database
      • MP3 to OGG Converter
      • Translation Export
        • Translation Import
      • Script
      • Resource Market
      • Data Export
        • Data Import
      • Help
      • Project Management
      • Text Commands
      • GM Commands
      • Stats
      • Damage Formula
      • Item Formula
      • QnA
    • 👑Advanced Guide
      • Resource Manager
      • Sprite Manager
      • Layout Manager
      • Top Menu Manager
      • Event page Manager
      • Spine
    • Script Tutorial
      • Use Script
      • Script Docs
      • Server Script
        • ScriptClan
        • ScriptColor
      • Client Script
      • Sample Script
        • UI
        • Monster AI
        • Pet AI
        • Particle
    • Web3 Tutorial
      • Minting and Connection NFT
      • Connectiong ERC-20 Token
    • Effective Punkland
      • Communicating with the Server
      • RunLater
      • HTTP Requests
  • Official Link
    • Punkland Studio Download
    • Website
    • Discord
    • Korea community
Powered by GitBook
On this page
  1. Punkland Studio
  2. Basic Guide

Text Commands

명령어
설명

\V[VariableID]

Outputs the value of a specific variable. Example: \V0: Outputs the value of variable 0.

\WV[VariableID]

Outputs the value of a specific world variable. Example: \W0: Outputs the value of world variable 0.

\G

Outputs the amount of gold the player has.

\$

Outputs the amount of gold the player has.

\C0~\C9

Assigns a color to the text. (Values range from 0 to 9).

\S0~\S9

Adjusts the speed of text output. (Values range from 0 to 9; the lower the value, the faster the output).

\N

Outputs the nickname of the current player.

\!

Stops text output. Tapping resumes it.

\|

Waits for 2 seconds.

\.

Waits for 0.5 seconds.

\^

Immediately skips to the next text.

\_

Inserts a line break.

\> ë‚´ìš© \<

Outputs the specified section all at once.

PreviousProject ManagementNextGM Commands

Last updated 6 months ago

💻