Jump to content
  • 0

Edit/Create in-game UI Windows


Question

Posted

Are you able to make a new game windows that shows stats, like in runescape? Or edit an existing one? Simply has to show text and variables at the very least.

4 answers to this question

Recommended Posts

  • 0
Posted

You can't create new windows, you'll need the source to do that. However, you can modify the characterwindow so it only shows your character stats, but you won't be able to show extra stuff(such as switches/variables).

  • 1
Posted

You can show variables with the event system. If all you want to do is show stats from variables then you simply have to make an event that opens a dialog window and in the dialog box put something like /pv #. @jcsnider made a topic that shows what all you can show from variables/switches/etc for event dialog. 

 

Edit: ok so, @Xeno Games, I found the topic about the Event Text Variables. You can find it here Event Text Variables.

  • 0
Posted
25 minutes ago, Khaikaa said:

You can't create new windows, you'll need the source to do that. However, you can modify the characterwindow so it only shows your character stats, but you won't be able to show extra stuff(such as switches/variables).

Thanks :57_cry:

  • 0
Posted
15 hours ago, Zetasis said:

You can show variables with the event system. If all you want to do is show stats from variables then you simply have to make an event that opens a dialog window and in the dialog box put something like /pv #. @jcsnider made a topic that shows what all you can show from variables/switches/etc for event dialog. 

 

Edit: ok so, @Xeno Games, I found the topic about the Event Text Variables. You can find it here Event Text Variables.

Knew that, thanks tho. Really need an interface window to show it and not a text box :/

×
×
  • Create New...