
closing an entry point question
#1
Posted 22 September 2003 - 02:00 PM

Iltha Windspear
Working on Iltha Windspear Expansion. At left is Iltha, not me! I'm a guy. Who's Azrii you ask? She's the one who taught me it's a lot easier to fly with a basic storyline in hand as opposed to relying on my 'intuitive and ingenious' imagination.
#2
Posted 23 September 2003 - 09:31 AM
////////////////////////////////////////////////////////
// AR0907
// Improved Guarded Compound Location -- you cannot flee
// until they are all dead.
////////////////////////////////////////////////////////
IF
Global("EnteredAR0907","GLOBAL",0)
THEN
RESPONSE #100
SetGlobal("EnteredAR0907","GLOBAL",1)
TriggerActivation("Tran0906a",FALSE)
TriggerActivation("Tran0906b",FALSE)
END
IF
CombatCounter(0)
Global("WW_TrappedGC","AR0907",0)
THEN
RESPONSE #100
TriggerActivation("Tran0906a",TRUE)
TriggerActivation("Tran0906b",TRUE)
SetGlobal("WW_TrappedGC","AR0907",1)
END
#3
Posted 23 September 2003 - 01:40 PM
That's pretty much it
Worked like a champ!!

Iltha says "go raibh maith agat"

Azrii translates "thank you"

Iltha Windspear
Working on Iltha Windspear Expansion. At left is Iltha, not me! I'm a guy. Who's Azrii you ask? She's the one who taught me it's a lot easier to fly with a basic storyline in hand as opposed to relying on my 'intuitive and ingenious' imagination.