caspa Posted March 16, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted March 16, 2013 how to add waitingroom on a warp portal........ Quote Link to comment Share on other sites More sharing options...
Euphy Posted March 16, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted March 16, 2013 Use a regular OnTouch NPC instead of a warp portal, then 'waitingroom' OnInit. Place an invisible NPC at the center of your warp portal with 'waitingroom' OnInit. 1 Quote Link to comment Share on other sites More sharing options...
Brian Posted March 17, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted March 17, 2013 You can also use the warp portal NPC sprite (45) prontera,155,188,0 script #warp_to_morocc 45,2,2,{ end; // do nothing when clicked OnTouch: // behave like a warp portal warp "morocc", 156,93; end; OnInit: set .message$, "Enter here to Morroc! "; while (1) { set .message$, delchar(.message$+charat(.message$,0),0); delwaitingroom; waitingroom .message$, 0; sleep 200; } } Quote Link to comment Share on other sites More sharing options...
caspa Posted March 17, 2013 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Author Share Posted March 17, 2013 alright...... thank you guyz..... =3 Quote Link to comment Share on other sites More sharing options...
Question
caspa
how to add waitingroom on a warp portal........
Link to comment
Share on other sites
3 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.