gleynn Posted August 26, 2013 Posted August 26, 2013 (edited) why it always displays null?? input .@want$; set .@itemname$, getitemname(.@want$); announce "I want a "+ .@itemname$ +"!",0; can you please correct my script? nevermind, i got it right now. i use this. input .want; announce "I want a "+ getitemname( .want ) +"!",0; Edited August 26, 2013 by gleynn Quote
Emistry Posted August 26, 2013 Posted August 26, 2013 change .@want$ to .@want or set .@itemname$, getitemname( atoi( .@want$ ) ); use atoi to convert string to integer....getitemname only accept integer ... 2 Quote
Question
gleynn
why it always displays null??can you please correct my script?nevermind, i got it right now.
i use this.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.