Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum rules - please read before posting, it can save you a lot of time.

Author Topic: The name of object appears under an icon of object inventory  (Read 2155 times)

0 Members and 1 Guest are viewing this topic.

Lion

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 101
    • View Profile
The name of object appears under an icon of object inventory
« on: October 08, 2007, 11:55:27 AM »

When I take an object from an inventory, the name of object appears under an icon.

Is it possible to do, what did the name of object appear from above icons of object?
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: The name of object appears under an icon of object inventory
« Reply #1 on: October 08, 2007, 05:57:26 PM »

The floating caption display is completely scripted and can be found in "scripts\game_loop.script" (or game_daemon.script in older projects). Find something like:

Code: WME Script
  1.   WinCaption.X = Game.MouseX;
  2.   WinCaption.Y = Game.MouseY + 20;
  3.  

and change the positioning to your liking.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave
 

Page created in 0.041 seconds with 21 queries.