Jump to content
  • 0
Sign in to follow this  
Dastgir

Infinity Loop

Question

prontera,141,168,5	shop	CustomShop948,501:50
 
-	script	CustomShop	-1,{OnInit:npcshopdelitem "CustomShop",501;for (.i = 22000; .i <= 23030; .i = .i+1){	npcshopadditem "CustomShop",.i,rand(10000000,20000000);}end;}
 

Why this have Infinity Loop Error?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Sometimes I think that if a loop goes on for TOO long it's marked as infinite even if it's really not.

 

I had that problem a few months back, I had to separate my code into 2 different loops.

yes thats exactly what it does, if you know you'll loop for long you can use
freeloop(1);
to disable the infinity loop fail-safe.

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.