Jump to content
  • 0

Make this script have more winners before closing.


Question

6 answers to this question

Recommended Posts

  • 0
Posted
14 hours ago, buraquera said:

sorry, there is no need for "set", use:
 

.5times++;
if (.5times >=5)
	disablenpc();


and line 144, not 143. After "set winRPS" xD

it works, but can i ask for somethig else? there is a bug when Player : A just stay on dialogue box , and Player B wins the last slot player A still can able to access the npc even is was already disabled how can i prevent this?

  • 0
Posted
On 7/10/2022 at 11:55 PM, buraquera said:

add something like this after the last dialog
 

if (.5times >=5){
	clear;
	mes "Sorry someone already has won";
	close;
}

 

all done now thank u!

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...