Shiroy Posted December 9, 2018 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 4 Joined: 08/20/17 Last Seen: Yesterday at 06:49 AM Share Posted December 9, 2018 Hello im trying to make an npc warp player to map 1@md_pay i used this code mes "Leveling Quests"; mes "Placeholder."; next; switch(select("100-120")) { case 1: warp 1@md_pay,22,38; } but i get parse_callfunc: not enough arguments, expected ',' at warp 1'@'md_pay,22,38; how do i fix this ? Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted December 9, 2018 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted December 9, 2018 Add quote to the map name, "1@md_pay" 1 Quote Link to comment Share on other sites More sharing options...
0 Shiroy Posted December 9, 2018 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 21 Reputation: 4 Joined: 08/20/17 Last Seen: Yesterday at 06:49 AM Author Share Posted December 9, 2018 thank you Quote Link to comment Share on other sites More sharing options...
Question
Shiroy
Hello
im trying to make an npc warp player to map 1@md_pay
i used this code
mes "Leveling Quests"; mes "Placeholder."; next; switch(select("100-120")) { case 1: warp 1@md_pay,22,38; }
but i get
parse_callfunc: not enough arguments, expected ','
at warp 1'@'md_pay,22,38;
how do i fix this ?
Link to comment
Share on other sites
2 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.