rbO Posted April 22, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Share Posted April 22, 2015 when one player digit @mainpoint he will return to save point.. help me Quote Link to comment Share on other sites More sharing options...
Kurofly Posted April 22, 2015 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 283 Reputation: 31 Joined: 07/08/14 Last Seen: January 15, 2022 Share Posted April 22, 2015 (edited) - script At_mainpoint -1{ OnInit: bindatcmd "mainpoint",strnpcinfo(3)+"::OnMainpoint"; end; OnMainpoint: dispbottom "You current save is : "+getsavepoint(0)+" , "+getsavepoint(1)+" , "+getsavepoint(2) } pretty simple Edited April 22, 2015 by Kurofly Quote Link to comment Share on other sites More sharing options...
rbO Posted April 22, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Author Share Posted April 22, 2015 (edited) Edited April 22, 2015 by rbO Quote Link to comment Share on other sites More sharing options...
Kurofly Posted April 22, 2015 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 283 Reputation: 31 Joined: 07/08/14 Last Seen: January 15, 2022 Share Posted April 22, 2015 oops - script At_mainpoint -1{ OnInit: bindatcmd "mainpoint",strnpcinfo(3)+"::OnMainpoint"; end; OnMainpoint: dispbottom "You current save is : "+getsavepoint(0)+" , "+getsavepoint(1)+" , "+getsavepoint(2); } just forgot to put a ';' at the end of dispbottom Quote Link to comment Share on other sites More sharing options...
rbO Posted April 22, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Author Share Posted April 22, 2015 have another problem, this command only know: "Your current sai is: ...", but dont warp for point Quote Link to comment Share on other sites More sharing options...
Kurofly Posted April 22, 2015 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 283 Reputation: 31 Joined: 07/08/14 Last Seen: January 15, 2022 Share Posted April 22, 2015 ahh I thought you wanted to display the save point. Why don't you use the @load command? Quote Link to comment Share on other sites More sharing options...
rbO Posted April 23, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Author Share Posted April 23, 2015 because i prefer this command with this "Your current sai is: ..." Quote Link to comment Share on other sites More sharing options...
Rosemount Posted April 23, 2015 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 18 Joined: 01/02/12 Last Seen: March 25, 2023 Share Posted April 23, 2015 (edited) Like this - script At_mainpoint -1{ OnInit: bindatcmd "mainpoint",strnpcinfo(3)+"::OnMainpoint"; end; OnMainpoint: atcommand "@return "+strcharinfo(0); end; } Edited April 23, 2015 by Rosemount Quote Link to comment Share on other sites More sharing options...
rbO Posted April 23, 2015 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 12/18/13 Last Seen: July 10, 2020 Author Share Posted April 23, 2015 (edited) - script At_mainpoint -1,{ OnInit: bindatcmd "mainpoint",strnpcinfo(3)+"::OnMainpoint"; end; OnMainpoint: dispbottom "You current save is : "+getsavepoint(0)+" , "+getsavepoint(1)+" , "+getsavepoint(2); atcommand "@return "+strcharinfo(0); end; } like this thx Edited April 23, 2015 by rbO Quote Link to comment Share on other sites More sharing options...
Question
rbO
when one player digit @mainpoint he will return to save point.. help me
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.