elmucho Posted June 5, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 32 Reputation: 0 Joined: 05/27/17 Last Seen: March 5 Share Posted June 5, 2017 im creating a npc that when you click it will warp you to a specific place but its not pushing through or not working. prontera.gat,164,167,3 script Secret Warper 902,{ warp “ra_temsky.gat” ,47,133; } Quote Link to comment Share on other sites More sharing options...
0 Azura Skyy Posted June 5, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 545 Reputation: 221 Joined: 03/01/13 Last Seen: January 2, 2023 Share Posted June 5, 2017 (edited) 15 minutes ago, elmucho said: im creating a npc that when you click it will warp you to a specific place but its not pushing through or not working. prontera.gat,164,167,3 script Secret Warper 902,{ warp “ra_temsky.gat” ,47,133; } Try this. You shouldn't need .gat at the end of anything. Also make sure you use tab and not spaces when necessary. Also be sure to use the codebox as seen below when requesting script support. Makes everything look pretty. prontera,164,167,3 script Secret Warper 902,{ warp “ra_temsky”, 47, 137; } Hope this helps, ~Azura Skyy Edited June 5, 2017 by Azura Skyy Quote Link to comment Share on other sites More sharing options...
Question
elmucho
im creating a npc that when you click it will warp you to a specific place but its not pushing through or not working.
prontera.gat,164,167,3 script Secret Warper 902,{
warp “ra_temsky.gat” ,47,133;
}
Link to comment
Share on other sites
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.