
Posts
360
Respect
62Add +1
Forum Rank
Perk Hacker
Primary Group
Donator ♥
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. |

level notify( "SOMETHING" );level waittill( "SOMETHING" );![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
harrybo21_craftables_find_piece()
{
temp_model = harrybo21_craftables_get_radiant_model( "find_piece_1" );
temp_model = harrybo21_craftables_get_radiant_model( "find_piece_2" );
temp_model = harrybo21_craftables_get_radiant_model( "find_piece_3" );
iprintln("^5Random text r");
Trigger = getent("axe_debris","targetname");
disable_trigger_with_targetname( "soul_chests" );
Trigger hide();
Iprintln ("trigger is hidden");
level waittill( "move_part_built" );
enable_trigger_with_targetname( "axe_debris" );
trigger show();
iprintln("^5Hells redeemer shakalaka");
enable_trigger_with_targetname( "soul_chests" );
}trigger waittill( "trigger" );level waittill( "move_part_built" );disable_trigger_with_targetname( "soul_chests" );
// ···
enable_trigger_with_targetname( "soul_chests" );
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
harrybo21_craftables_find_piece()
{
temp_model = harrybo21_craftables_get_radiant_model( "find_piece_1" );
iprintln("^5Find enough 115 Samples to Upgrade the Hells redeemer");
Trigger = getent("soul_chest_area","targetname");
disable_trigger_with_targetname( "soul_chest_area" );
Trigger hide();
Iprintln ("trigger is hidden");
level waittill( "find_piece_built" );
enable_trigger_with_targetname( "soul_chest_area" );
trigger show();
iprintln("^5Hells redeemer something");
enable_trigger_with_targetname( "soul_chest_area" );
}