Page 1 of 1

Check a title!

Posted: Sat Apr 21, 2012 3:42 pm
by gloover
Hey Rock,

using a search, but have nothing found :-(

is it possible to check which title is selected or even to select a title with the bot?

thx in advance!

Re: Check a title!

Posted: Sat Apr 21, 2012 9:04 pm
by lisa

Code: Select all

GetCurrentTitle()

Code: Select all

GetTitleCount()

Code: Select all

name, titleID, geted, icon, classify1, classify2, note, brief, rare = GetTitleInfoByIndex( index )
index = 0 to GetTitleCount()
0 is no title

Code: Select all

SetTitleRequest(ID)
If you ever want to know about any existing in game functions just look them up here
http://www.theromwiki.com/List_of_Functions

Re: Check a title!

Posted: Sun Apr 22, 2012 2:09 am
by gloover
thx lisa.

U've right - shoulda get it by myself.