Devlogs
Ver 1.0.1 - Support for RPG Maker MZ Text Codes
✅ Features Added:
- Variables: \V[n] - Display variable values
- Actor Names: \N[n] - Display actor names
- Switches: \S[n] - Display switch status (ON/OFF)
- Gold: \G - Display current party gold
✅ How to Use:
In your tutorial text, you can now use:
- Welcome \N[1]! → "Welcome Reid!"
- You have \G gold. → "You have 100 gold."
- Variable 5: \V[5] → "Variable 5: 42"
- Switch 10: \S[10] → "Switch 10: ON"