M
MarcP
Guest
That is one amazing software, wow !
Grand merci à toi myst6re, super boulot
Grand merci à toi myst6re, super boulot
PSHN_L 0 ;message channel (0 is most common)PSHN_L 0 ;dialogue box ID (ie the text# in the dialogue list)PSHN_L 30 ;X position of windowPSHN_L 30 ;Y position of windowAMESW
I could try but I'm not sure where this or other unused dialogue was initially supposed to be...It's all on the wiki. To show dialogue, you just need the AMESW command preceeded by other functions that place values on the stack (typically PSHN_L). To show the "Faux Pas!" dialogue in that field, you'd just insert this where you want it (without the commented parts):
Code: [Select]This might look very foreign if you have no experience with assembly language, and even with exposure, it's hard to wrap your head around sometimes because the only control structures are jumps (especially since you can't use comments in Deling to remember things)Code:PSHN_L 0 ;message channel (0 is most common)PSHN_L 0 ;dialogue box ID (ie the text# in the dialogue list)PSHN_L 30 ;X position of windowPSHN_L 30 ;Y position of windowAMESW