I was trying to modify a NPC dialog box size and found these codes into doc/script_commands.txt. But nothing happens when running them.
There's anything that need to be done before using them?
// Similar code to the one I was running
prontera,160,160,5 NPC 850,{
mes "[ NPC Name ]";
mes "test message";
setdialogsize(400,400);// (x, y)
setdialogalign(DIALOG_ALIGN_CENTER);
end;}
Question
Kouta
Hey, guys!
I was trying to modify a NPC dialog box size and found these codes into doc/script_commands.txt. But nothing happens when running them.
There's anything that need to be done before using them?
Thanks in advance.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.