
Posts
835
Respect
195Add +1
Forum Rank
The Decider
Primary Group
Mapper
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
![]() | Has released one or more maps to the UGX-Mods community. |
iprintln("Connection %i Stable", number);int number = 0;


![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() Oil Rig Beta Access |
trigger = getent( "triggername" , "targetname");
var = 0;
while(1)
{
trigger waittill( "trigger" );
var++;
if( var == 1 )
{
Iprintln( ..... );
break; ( this will end the while loop once the var is 1, and the message is printed)
}
wait 0.1;
}