Jump to content
  • 0
Sign in to follow this  
mrlongshen

Pet Intimacy

Question

Hi all. I want to req a simple script on item database.

When click the item, increase the pet intimacy for 100.

So, if player click 10x times of Item, the pet intimacy will increase to 1000 and pet become friendly.

Besides that, a disbottom message show,

Your pet intimacy is now 100, then the value increase depends on how many times player click the item.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

@@mrlongshen

 

.@friendliness = getpetinfo( 3 );if( .@friendliness < 1000 ) {	atcommand "@petfriendly " + ( .@friendliness + 10 );	dispbottom "Intimacy raised by 10.";} else {	dispbottom "Intimacy is allready at maximum.";}
Edited by Winterfox

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.