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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock