add textbox clear sript command

This commit is contained in:
DizzyEggg
2025-06-18 21:41:25 +02:00
parent 3a90865d73
commit 8d84d0eb3b
73 changed files with 2555 additions and 2555 deletions

View File

@@ -44,7 +44,9 @@
#define PORTRAIT_POS(id, x, y) { 0x2f, 0, id, x, y, NULL } // Sets portrait delta position, which modifies the portrait's position on the screen.
// 30..39: various text printing
#define MSG_NPC(id, msg) { 0x34, 0, id, 0, 0, msg } // ID is portrait id of the npc. -1 means no portrait
#define TEXTBOX_CLEAR { 0x30, 0, 0, 0, 0, NULL }
#define TEXTBOX_CLEAR2 { 0x31, 0, 0, 0, 0, NULL } // Used rarely, I don't think there's a functional difference between 0x30 and 0x31.
#define MSG_NPC(id, msg) { 0x34, 0, id, 0, 0, msg } // ID is portrait id of the npc. -1 means no portrait
// 3a: yes/no choice (only used for saving)
// 3b: uber command (conditional jump)
// 3c: unknown textbox-related cjump