Posts
98
Respect
13Add +1
Forum Rank
Rotting Walker
Primary Group
Member
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!soul_chest_reward()
{
door = getent( "soul_door", "targetname" );
door connectpaths();
door movez( 200, 2 ); // to move down/up, or use movex( amount, time ) / movey( amount, time ) to make it move sideways
wait 2;
door delete();
door = getent( "soul_door2", "targetname" );
door connectpaths();
door movez( 200, 2 ); // to move down/up, or use movex( amount, time ) / movey( amount, time ) to make it move sideways
wait 2;
door delete();
door = getent( "soul_door3", "targetname" );
door connectpaths();
door movez( 200, 2 ); // to move down/up, or use movex( amount, time ) / movey( amount, time ) to make it move sideways
wait 2;
door delete();
}