Currently Posted January 29, 2013 Posted January 29, 2013 Will it be possible for an NPC to randomize A-Z letters in maximum amount of 30 letters? Then, the player will hunt have to type that random letters? Quote
goddameit Posted January 29, 2013 Posted January 29, 2013 setarray .@ww$,"A","B","C", ... , "Z"; loop <-- make it do 30 times { set .@www$,.@www$+.@ww$[rand(26)]; } Quote
Currently Posted January 29, 2013 Author Posted January 29, 2013 by "loop" do you mean i copy-paste this part "setarray .@ww$,"A","B","C", ... , "Z";" 30 times? setarray .@ww$,"A","B","C", ... , "Z"; setarray .@ww$,"A","B","C", ... , "Z"; setarray .@ww$,"A","B","C", ... , "Z"; all the way down to 30? sorry kinda confuse. or am i suppose to just copy paste your script? Quote
Currently Posted January 29, 2013 Author Posted January 29, 2013 Quite not sure which specific loop Quote
Emistry Posted January 29, 2013 Posted January 29, 2013 http://pastebin.com/raw.php?i=UxDi37kU 1 Quote
Question
Currently
Will it be possible for an NPC to randomize A-Z letters in maximum amount of 30 letters?
Then, the player will hunt have to type that random letters?
5 answers 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.