| I Need help to making a checkpoint in world editor | |
|
|
Author | Message |
---|
BonoMania Recruit
| Subject: I Need help to making a checkpoint in world editor Fri Dec 28, 2012 1:48 pm | |
| I need help as you can see on the name xD But when i try to make a checkpoint, all the Demon hunters dies but they dont get revived again I did try to make some changes but then only i die'd but i got revived, i tried to mix them and then nothing happend ? please help me yeah i got it, if i remove the "wait time 2 sec" they get revived but if i dont they dont get revived why ? | |
|
| |
Pat1487 Moderator
| Subject: Re: I Need help to making a checkpoint in world editor Sat Dec 29, 2012 11:24 am | |
| I remember having a similar problem to this I think it has to do with where you put the Wait action if you have certain other actions after it | |
|
| |
BonoMania Recruit
| Subject: Re: I Need help to making a checkpoint in world editor Sat Dec 29, 2012 12:59 pm | |
| Okay pat, i found my old maze and i have alot of functions in it, it does have all that i do need but pat, how do i do a sticky tutorial ? | |
|
| |
Serenity09 Moderator
| Subject: Re: I Need help to making a checkpoint in world editor Mon Dec 31, 2012 7:33 am | |
| it has to do with threading and concurrency issues
so imagine you have a trigger A which looks something like
Stuff happens wait 5 seconds More Stuff Happens
now trigger A gets called and all the stuff before the wait happens, then the trigger stops evaluating for 5 seconds then it finishes imagine if during that wait period trigger A is called again. everything that it didnt reach due to the wait is completely skipped and the trigger starts over again
moral of the story, if youre going to use the wait call have it in its own function
ie Trigger A: do stuff call TriggerB() do more stuff
Trigger B: wait 5 seconds | |
|
| |
Pat1487 Moderator
| Subject: Re: I Need help to making a checkpoint in world editor Mon Dec 31, 2012 9:33 am | |
| Oh yeah, i remember now, it was when it was called multiple times, i fixed it by making sure it wasnt called multiple times before the wait was up
I cant remember if i tried having the wait be in a separate function or not but it sounds familiar | |
|
| |
BonoMania Recruit
| Subject: Re: I Need help to making a checkpoint in world editor Tue Jan 01, 2013 12:00 am | |
| yeah ofc, i totally know what your talking about | |
|
| |
Serenity09 Moderator
| Subject: Re: I Need help to making a checkpoint in world editor Tue Jan 01, 2013 9:21 pm | |
| | |
|
| |
marksoccer Commander
| Subject: Re: I Need help to making a checkpoint in world editor Wed Jan 02, 2013 1:59 am | |
| So umm, who is this guy? He at least knows more then me | |
|
| |
BonoMania Recruit
| Subject: Re: I Need help to making a checkpoint in world editor Wed Jan 02, 2013 7:47 am | |
| i guess its me : | |
|
| |
BonoMania Recruit
| Subject: Re: I Need help to making a checkpoint in world editor Wed Jan 02, 2013 7:49 am | |
| LOL, i made a Checkpoint myself and it didn't work AT ALL.
i changed the order of the triggers, and it worked ???? | |
|
| |
Serenity09 Moderator
| Subject: Re: I Need help to making a checkpoint in world editor Wed Jan 02, 2013 12:34 pm | |
| - Quote :
- So umm, who is this guy? He at least knows more then me
perhaps the saddest statement ever to appear on the forums | |
|
| |
marksoccer Commander
| Subject: Re: I Need help to making a checkpoint in world editor Wed Jan 02, 2013 4:33 pm | |
| | |
|
| |
Achilles.42 Commander
| Subject: Re: I Need help to making a checkpoint in world editor Thu Jan 03, 2013 3:51 pm | |
| - Serenity09 wrote:
- perhaps the saddest statement ever to appear on the forums
- Marksoccer wrote:
- naw I've seen worse
Yeah, dont forget to cite your sources though mark Here, let me get that for you: Source | |
|
| |
Sponsored content
| Subject: Re: I Need help to making a checkpoint in world editor | |
| |
|
| |
| I Need help to making a checkpoint in world editor | |
|