HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Some Simple Trigger Questions

08-04-2004, 01:50 PM#1
Xodus-Wing
1. How do I make it so the camera is in 2nd person view of the hero

2. Can someone describe to me the role of 'condition' (event, condition, action) because I'm new with triggers and I know what event and action do, but I don't know what condition does

thanks ^_^
08-04-2004, 02:14 PM#2
Bluemage427
A condition is something that the trigger checks for before it does the action. Say you have a hero resurrection trigger that has "hero dies" as the event and "create hero at location" for action, well you could make a condition that checks to make sure a certain switch is set or to check to make sure (for an rpg, say) that the player has enough gold to resurrect the hero. If the condition isn't satisfied, the trigger doesn't execute. ^_^
08-04-2004, 02:24 PM#3
Xodus-Wing
thanks, but now can anyone tell me about the camera angles?