View Single Post
Violet CLM Violet CLM's Avatar

JCF Éminence Grise

Joined: Mar 2001

Posts: 10,993

Violet CLM has disabled reputation

Sep 1, 2016, 03:58 PM
Violet CLM is offline
Reply With Quote
Presumably it would look more like this:
Code:
jjAlert("You will die in 5 seconds.);
jjWait(5000, function(){
    jjLocalPlayers[0].kill();
);
(That simple sort of use case is what jjPLAYER::timerStart() and accompanying methods/properties are for, but I can see the appeal of a more general way of delaying things that doesn't make the scriptwriter do all the timekeeping themselves. That said, I think it could probably be a library instead of a built-in script feature.)
__________________