HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Where do I find it???

06-22-2004, 10:41 AM#1
trubadur
I've got alot of tips from people here, and I thank you all for that, but there are things that I cant find or figure out like:

Action: I cant seem to find where I'll make (If cagecount = 4 mark last created quest as completed

I need alot of info ob varibles, they're mesing this noobs head up ;-)
06-22-2004, 02:19 PM#2
johnfn
Cagecount equal to 4 is a condition, so put it in the condition section.

The quest thing is naturally under the quest section in the trigger list.
06-22-2004, 02:20 PM#3
FrostCyrus
Use an action called:
If/Then/Else, Multiple Functions

If
-Cagecount = 4
Then
-Mark last created quest as completed
Else
-Do Nothing

Hope it helps. The If/Then/Else, Multiple Functions action helps me a lot.
06-22-2004, 02:23 PM#4
trubadur
Quote:
Originally Posted by FrostCyrus
Use an action called:
If/Then/Else, Multiple Functions

If
-Cagecount = 4
Then
-Mark last created quest as completed
Else
-Do Nothing

Hope it helps. The If/Then/Else, Multiple Functions action helps me a lot.


Thnx for your replies I'll try it out!
:8