Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted
3 hours ago, Subzero said:

hello i got this script from here

i just want ask its possible to make this npc player can play anytime?

which part should i change

Just remove this from the script so it won't hide the npc when the script loaded :
 

OnClock0400:
OnClock0800:
OnClock1200:
OnClock1600:
OnClock2000:
OnClock0000:
	announce "Slot Machine will begin in 1 minute.", bc_all;
	sleep 60000;
	announce "Come and Play slot machine at prontera", bc_all;
	hideoffnpc strnpcinfo(3);
	sleep 300000;
	announce "Slot Machine already finished", bc_all;
	hideonnpc strnpcinfo(3);
	end;

OnInit: <-- Don't remove this
hideonnpc strnpcinfo(3); <-- Just remove this line

Here is the file where I remove the hideonnpc part. 

Slot Machine.txt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...