PewN Posted June 8, 2012 Posted June 8, 2012 im requesting a npc a npc that will warp you after you enter the said code. i think 2 random code to avoid copy paste to ext Quote
Euphy Posted June 8, 2012 Posted June 8, 2012 A password or random code...? Password should be self-explanatory, and here's for a random code: set .@str$,""; for(set .@i,0; .@i<10; set .@i,.@i+1) set .@str$, .@str$+rand(9); mes .@str$; input .@i$; if (.@i$ != .@str$) mes "Code invalid."; else warp "<map>",<x>,<y>; close; Quote
PewN Posted June 9, 2012 Author Posted June 9, 2012 where can i put a random code that player's will type first to go Quote
Euphy Posted June 9, 2012 Posted June 9, 2012 Oh, sorry, I forgot the "mes" command. (/facepalm) It works now. Quote
PewN Posted June 9, 2012 Author Posted June 9, 2012 i don't know where i place code's like this. Code 1 xf2Ghjks23x Code 2 lp23sc0238s Code 3 wfGh2cgSd22 Quote
Euphy Posted June 9, 2012 Posted June 9, 2012 Do you need help generating the codes or placing the codes? You didn't specify where you wanted them. ;o Quote
PewN Posted June 9, 2012 Author Posted June 9, 2012 (edited) oh so it will generate a long code?. it is nice if it will generate a long password Edited June 9, 2012 by bVersatile Quote
Question
PewN
im requesting a npc
a npc that will warp you after you enter the said code. i think 2 random code to avoid copy paste to ext
6 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.