print3DUntilNotified(origin, text, color, alpha, scale, notification)
{
level endon(notification);
for(;
{
print3d(origin, text, color, alpha, scale);
wait .05;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.