Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Author Topic: button in inventory  (Read 2497 times)

0 Members and 1 Guest are viewing this topic.

Stucki

  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Posts: 325
  • I'm a llama!
    • View Profile
    • Schach-Welten
button in inventory
« on: October 24, 2006, 09:57:28 PM »

Hello.
its been a while but now i got a question again .....

i have build a button in the inventory bar. but from what script can i query this button ??? maybe its just the time but i am not able to find the script where the inventory is managed ... has to be the same where the buttons "more" and "less" are queried but i didnt find it ...

anybody knows the trick ???
 O0 ::rock O0
stucki
 

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: button in inventory
« Reply #1 on: October 25, 2006, 07:10:35 AM »

You can't find it because there's no such script in the standard game template. But it can be easily added. Locate the "interface\inventory.def" file and add a SCRIPT line to the inventory window definition, like this:

Code: [Select]
INVENTORY_BOX
{
  ITEM_WIDTH = 65
  ITEM_HEIGHT = 65
  ...

  WINDOW
  {
    X = 0
    Y = 0
    WIDTH = 800
    ; ===== ADD THIS LINE =====
    SCRIPT = "path\something.script"
    ...

There you have a script attached to the inventory window (of course, you need to create that new script file as well).
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Stucki

  • Frequent poster
  • ****
  • Karma: 0
  • Offline Offline
  • Posts: 325
  • I'm a llama!
    • View Profile
    • Schach-Welten
Re: button in inventory
« Reply #2 on: October 25, 2006, 09:28:56 AM »

thanks for helping out !! as usual.
the support you are giving ist realy superb !!

 O0 ::rock O0
 

Page created in 0.036 seconds with 21 queries.