


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!


![]() | 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 |
targetname - vending_trigger
script_noteworthy - perk_quickrevive
trig = getent("name", "script_noteworthy")![]() | 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 |
all_triggers = getentarray( "vending_trigger", "targetname" );
for( i=0 ; i<all_triggers.size ; i++ )
{
if( all_triggers[i].script_noteworthy == "trigger1" )
{
// do stuff
}
else if( all_triggers[i].script_noteworthy == "trigger2" )
{
// do other stuff
}
else
{
// more stuff
}
}
