HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

trigger question

08-22-2006, 06:36 PM#1
darkwulfv
Ok, say I have a trigger that does a few actions, then waits 1 1/2 minutes, then does something else, which refers to triggering unit. Let's say this trigger runs again, but during the first run's wait. Would the triggering unit for the first run be overwritten, or would it stay the same?
08-22-2006, 06:39 PM#2
blu_da_noob
Stay, I believe. Triggering unit is supposed to stay after waits, but I don't know because I always store everything in locals.
08-22-2006, 06:53 PM#3
darkwulfv
Well I mean assuming the trigger ran a second time, and the first run was still in waiting. Would the triggering unit stay the same for the first run? If not, I could easily store this in a local, but you know, jsut for my convienice and knowledge.
08-22-2006, 06:55 PM#4
blu_da_noob
Quote:
Originally Posted by blu_da_noob
Stay, I believe
08-22-2006, 08:54 PM#5
Tidus
Well, if you have an time whcih runs every 15 sec. for example and the time actions taking about 20 sec. (Wait Commands), then it would the start the trigger again meanwhile it is running first time to finish, doesn´t it ?
08-22-2006, 09:57 PM#6
darkwulfv
Ok that's what I was asking.
Blu, I read your post, I did understand what you meant, your first post just kinda threw me off a bit, becuase it sounded like you were talking about the trgger running once, and having triggering unit go away after the waits. Oh well, in the past.