Dokie Posted April 5, 2013 Posted April 5, 2013 Request an NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:Sample: Quote
PewN Posted April 5, 2013 Posted April 5, 2013 set $kick,$kick+1; mes " kick: ^FF0000"+$kick+"^000000"; Quote
Dokie Posted April 5, 2013 Author Posted April 5, 2013 set $kick,$kick+1; mes " kick: ^FF0000"+$kick+"^000000"; Thank you very much! Quote
Emistry Posted April 5, 2013 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
Dokie Posted April 5, 2013 Author 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
Question
Dokie
Request an NPC that counts how many times ( You Kick,Punch,Poke,Kiss,Hug ). (:
Sample:
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.