sweetmole Posted March 28, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 26 Reputation: 3 Joined: 02/25/13 Last Seen: December 12, 2019 Share Posted March 28, 2018 hello rathena i have this weird idea that when player1 dies it will automatically say "nani?" Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted March 29, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Tuesday at 07:50 PM Share Posted March 29, 2018 7 minutes ago, melv0 said: how to make random word? - script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; } Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted March 28, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted March 28, 2018 Kindly use the "OnPCDieEvent" For referrence go to your rathena-master/doc/script_commands.txt and read how to use it properly. Line 934 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted March 28, 2018 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Tuesday at 07:50 PM Share Posted March 28, 2018 - script scriptname#100 -1,{ OnPCDieEvent: showscript "nani?"; end; } Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted March 29, 2018 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 1 hour ago Share Posted March 29, 2018 On 28/3/2018 at 6:24 PM, sader1992 said: - script scriptname#100 -1,{ OnPCDieEvent: showscript "nani?"; end; } how to make random word? Quote Link to comment Share on other sites More sharing options...
0 ichikun1 Posted April 22, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 29 Reputation: 0 Joined: 05/11/17 Last Seen: April 3 Share Posted April 22, 2018 how to put a gender? for a girl only die or a boy only? Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted April 23, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted April 23, 2018 On 4/23/2018 at 5:58 AM, ichikun1 said: how to put a gender? for a girl only die or a boy only? Add conditional statement Use If condition in the starting of onpcdieevent 1 Quote Link to comment Share on other sites More sharing options...
Question
sweetmole
hello rathena
i have this weird idea that when player1 dies it will automatically say "nani?"
Link to comment
Share on other sites
6 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.