Jump to content

Recommended Posts

  • 1 month later...
Posted

With NPCDialogWnd.uc modification of Interface.u you can change the size of the window for each HTML:

Use this: https://pastebin.com/iYs8AQQ7

and you will need also this one on UICommonAPI.uc::

function String StringBetween(String param, String iString1, String iString2)
{
    local int varInt;
    
    varInt = InStr(param, iString1) + Len(iString1);
    return Mid(param, varInt, InStr(param, iString2) - varInt);
}

Inside the <html> tag you can add "WIDTH=X", "HEIGHT=X" or "IMAGE=X"

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...