Dokie Posted April 5, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 12/21/12 Last Seen: June 5, 2013 Share Posted April 5, 2013 Request an NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:Sample: Quote Link to comment Share on other sites More sharing options...
jaBote Posted April 5, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 182 Reputation: 36 Joined: 01/26/12 Last Seen: October 6, 2021 Share Posted April 5, 2013 In total or counting by players? Quote Link to comment Share on other sites More sharing options...
PewN Posted April 5, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted April 5, 2013 set $kick,$kick+1; mes " kick: ^FF0000"+$kick+"^000000"; Quote Link to comment Share on other sites More sharing options...
Dokie Posted April 5, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 12/21/12 Last Seen: June 5, 2013 Author Share Posted April 5, 2013 set $kick,$kick+1; mes " kick: ^FF0000"+$kick+"^000000"; Thank you very much! Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 5, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted April 5, 2013 prontera,155,181,5 script Sample 757,{ while( 1 ){ mes "Kick : "+@action[0]+" times."; mes "Punch : "+@action[1]+" times."; next; .@i = select( "Kick","Punch" ) - 1; @action[.@i]++; } close; } Quote Link to comment Share on other sites More sharing options...
Dokie Posted April 5, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 12/21/12 Last Seen: June 5, 2013 Author Share Posted April 5, 2013 (edited) prontera,155,181,5 script Sample 757,{ while( 1 ){ mes "Kick : "+@action[0]+" times."; mes "Punch : "+@action[1]+" times."; next; .@i = select( "Kick","Punch" ) - 1; @action[.@i]++; } close; } Thanks again Emistry.. (: Edited April 5, 2013 by whinkong019 Quote Link to comment Share on other sites More sharing options...
Question
Dokie
Request an NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:
Sample:
Link to comment
Share on other sites
5 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.