I'm trying to set a certain gfx with a delay, is there any way i can set one with the exact delay i want?
Most methods in matrix offer whole number delays,
im looking to be able to set a gfx, for example 0.252 seconds after intitiated,
something like this
Code:
case "delaytest":
player.setNextAnimation(new Animation(4230));
player.setNextGraphics(new Graphics(3027)); //trying to get this gfx to display 0.25 seconds after now, not staight away
return true;
goal:
progress: [Only registered and activated users can see links. ]
I'm trying to set a certain gfx with a delay, is there any way i can set one with the exact delay i want?
Most methods in matrix offer whole number delays,
im looking to be able to set a gfx, for example 0.252 seconds after intitiated,
something like this
Code:
case "delaytest":
player.setNextAnimation(new Animation(4230));
player.setNextGraphics(new Graphics(3027)); //trying to get this gfx to display 0.25 seconds after now, not staight away
return true;
goal:
progress: [Only registered and activated users can see links. ]