• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Promotion Function

BBFalcon89

Member
Joined
Jul 1, 2010
Messages
51
Reaction score
10
Currently to promote we use the

Code:
setPlayerPromotionLevel(cid, 1)

function, now in the past it was
Code:
doSetPlayerVocation(cid, 5)
which made it much easier for me.

Now my question is, if i want the player to choose between promotions for example from voc 1 and you can choose to either promote to voc 5 or 9, then what would I do to enable that with this new function?
 
Back
Top