Jump to content
  • 0
Sign in to follow this  
ace9010

how to make npc have close button

Question

1 answer to this question

Recommended Posts

  • 0

change

	delitem .currency, .@q[3]; // delete items
	rentitem .@q[0], .@day * 86400; // rent an items. 86400 = 1 day in seconds
	callsub ClearBought;
	end;

into

 

	delitem .currency, .@q[3]; // delete items
	rentitem .@q[0], .@day * 86400; // rent an items. 86400 = 1 day in seconds
	callsub ClearBought;
	close;

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.