Rage Guy Posted July 7, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted July 7, 2013 (edited) idk if that thing is already maken but i will try to ask about it -------- a warp with a passworrd when some one stand over it he need to write a password to enter Edited July 8, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted July 8, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted July 8, 2013 que_temsky,144,141,0 script warp 45,2,2,{ OnInit: set .password$, "Password"; end; OnTouch: mes "You need a password to enter here."; next; if(select("Enter Password:Move away.")==2) close; mes "Enter the password"; next; input .@input$; if (.@input$ != .password$) { mes "^ff0000Incorrect^000000.!"; close; } warp "que_temsky",151,133; end; } Problem was : if (.@input != .password$) Should be if (.@input$ != .password$) Quote Link to comment Share on other sites More sharing options...
-1 Ezra Edwin Posted January 16, 2018 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 12 Reputation: 3 Joined: 01/13/18 Last Seen: June 30, 2023 Share Posted January 16, 2018 it doesn't work anymore please fix it when password incorect just get stuck.. Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted July 8, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted July 8, 2013 location,x,y,angle script warp 45,{ OnInit: set .password$, "Password"; end; OnTouch: mes "You need a password to enter here."; next; if(select("Enter Password:Move away.")==2) close; mes "Enter the password"; next; input .@input$; if (.@input != .password$) { mes "Incorrect.!"; close; } warp "location",x,y; end; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted July 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted July 8, 2013 Nothing Happen when come over the warp Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 8, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 22 hours ago Share Posted July 8, 2013 location,x,y,angle script warp 45,2,2,{ Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted July 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted July 8, 2013 (edited) now when i come over it he ask me for the password but when i write it right or wrong i just get stunned need to @refresh to walk que_temsky,144,141,0 script warp 45,2,2,{ OnInit: set .password$, "Password"; end; OnTouch: mes "You need a password to enter here."; next; if(select("Enter Password:Move away.")==2) close; mes "Enter the password"; next; input .@input$; if (.@input != .password$) { mes "Incorrect.!"; close; } warp "que_temsky",151,133; end; } Am still testing it but its not working any help pls Edited July 8, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted July 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted July 8, 2013 (edited) Its working right now thanks alot ^^ Edited July 8, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted July 8, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted July 8, 2013 Very Welcome. Quote Link to comment Share on other sites More sharing options...
Question
Rage Guy
idk if that thing
is already maken but i will try to ask about it
--------
a warp with a passworrd
when some one stand over it he need to write a password to enter
Link to comment
Share on other sites
8 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.