Hello
I have some nice ideas, but I need some functions/help..
1. How can I make a NPC say something if someone enters the screen?
It somehow possible with onThink functions? Please post a example.
2. If I got some numbers how I can make a ranking?
How can I make it so the script gets the values and sorts them from highest to the lowest?
I have some nice ideas, but I need some functions/help..
1. How can I make a NPC say something if someone enters the screen?
It somehow possible with onThink functions? Please post a example.
2. If I got some numbers how I can make a ranking?
Code:
one = getPlayerStorageValue(cid,1001)
two = getPlayerStorageValue(cid,1002)
three = getPlayerStorageValue(cid,1003)
...
twenty = getPlayerStorageValue(cid,1020)
Last edited: