ID:263233
 
Code:
mob
verb
ChooseSkill()
set hidden = 1
var/list/menu = list()
var/list/meenu = list()
var/list/meenuu = list()
if(usr.modelused == "L")


menu += "Dash"
menu += "Immunize"
var/input = sd_Input(usr, menu, 12, 6, 6, 4,,0)
usr.skill3 = "[input]"
spawn(20)



meenu += "Critical Strike"
meenu += "Lunge Strike"
meenu += "Legendary Slashes"
var/input2 = sd_Input(usr, meenu, 12, 6, 6, 4,,0)
usr.skill1 = "[input2]"
spawn(20)


meenuu += "Critical Strike"
meenuu += "Lunge Strike"
meenuu += "Legendary Slashes"
var/input3 = sd_Input(usr, meenuu, 12, 6, 6, 4,,0)
usr.skill2 = "[input3]"


Problem description:No errors.But, when i run it, only shows a box.Dont shows any text.But, the lines are clickable =/

Help me plz =(
In response to Pharaoh Atem
Pharaoh Atem wrote:
Help me plz =(

Sorry for the bump, but...
The link to the lib:
developer.byond.com/hub/Shadowdarke/sd_TextV9
When I try your sample, it works as it should. Have you overwritten the default font dmi?
In response to Shadowdarke
Shadowdarke wrote:
When I try your sample, it works as it should. Have you overwritten the default font dmi?

Nope o.o'
Let me try from deleting and re-downloading.

Nope.It didn't worked =(
In response to Pharaoh Atem
Pharaoh Atem wrote:
Shadowdarke wrote:
When I try your sample, it works as it should. Have you overwritten the default font dmi?

Nope o.o'
Let me try from deleting and re-downloading.

Nope.It didn't worked =(
Do u know another lib that i can do this?
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Shadowdarke wrote:
When I try your sample, it works as it should. Have you overwritten the default font dmi?

Nope o.o'
Let me try from deleting and re-downloading.

Nope.It didn't worked =(
Does anyone know another lib that i can do this?

bump
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Shadowdarke wrote:
When I try your sample, it works as it should. Have you overwritten the default font dmi?

Nope o.o'
Let me try from deleting and re-downloading.

Nope.It didn't worked =(
Does anyone know another lib that i can do this?

bump

bump T___________________________T
In response to Pharaoh Atem
I believe Zaltron made a text libary.
In response to Flame Sage
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?
In response to Pharaoh Atem
Pharaoh Atem wrote:
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?

bump.

Let me explain.
When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?

bump.

Let me explain.
When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?


bump.Qhy the lib dont works with me?-.-
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?

bump.

Let me explain.
When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?


bump.Why the lib dont works with me?-.-

buuuuuuuuuuuuuuuuuuuuuuuuuump
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?

bump.

Let me explain.
When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?


bump.Why the lib dont works with me?-.-

buuuuuuuuuuuuuuuuuuuuuuuuuump

No one can answer me and explain how to fix the problem?-.-
In response to Pharaoh Atem
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Pharaoh Atem wrote:
Flame Sage wrote:
I believe Zaltron made a text libary.

I wanna make a menu like darke's library.But, when i make my code in the lib, it works, but when i select it on my game, it dont works.Why?

bump.

Let me explain.
When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?


bump.Why the lib dont works with me?-.-

buuuuuuuuuuuuuuuuuuuuuuuuuump

No one can answer me and explain how to fix the problem?-.-
bump?
In response to Pharaoh Atem
Try setting font layer higher
In response to Pharaoh Atem
Without being a bit more specific, your bumping will only spam the forums.

When i try to run the code(only the text box) altering sd_textV9, i get sucess.But, when i make the code on my gamefiles and then i select sd_textV9 in the list, no text appears.Only the box appears.Where's the problem?

You are being extremely vague there, please try to be a bit more specific so you can be helped...

O-matic