Move the dialogue box to different parts of the screen.

Instead of vague prompts like "Sarcastic" or "Question" , EZ2C shows you the your character will say. It organizes these lines into two neat columns, allowing you to see more options at once without scrolling.

"id": "opt_supplies", "label": "I need supplies.", "conditions": ["check": "inventory.coins", "operator": ">=", "value": 10], "next_node": "shop_menu", "actions": []

Share

Ez2c Dialogue Menu ((better))

Move the dialogue box to different parts of the screen.

Instead of vague prompts like "Sarcastic" or "Question" , EZ2C shows you the your character will say. It organizes these lines into two neat columns, allowing you to see more options at once without scrolling. EZ2C Dialogue Menu

"id": "opt_supplies", "label": "I need supplies.", "conditions": ["check": "inventory.coins", "operator": ">=", "value": 10], "next_node": "shop_menu", "actions": [] Move the dialogue box to different parts of the screen

Up