03-11-2025, 05:50 PM
None of these do that. It's her talk that has the action:
You can try using: C:Eval('ActionOverride("L#2SDSKIE",LeaveAreaLUA("AR0700","",[3325.1240],0))')
...but I doubt it's going to work. I think you would need to be on the area with Skie for it to work. And she's not a Global character just yet, I think. Global characters can be moved with MoveGlobal (example from the IESDP: MoveGlobal("Ar0607","Aerie",[318.378]) )
Code:
==L#2SDSKI @28 /* Bye! Talk to you soon! */
DO ~SetGlobal("L#2SkieReturns","GLOBAL",4) EscapeAreaMove("AR0700",3325,1240,1)~ EXIT
You can try using: C:Eval('ActionOverride("L#2SDSKIE",LeaveAreaLUA("AR0700","",[3325.1240],0))')
...but I doubt it's going to work. I think you would need to be on the area with Skie for it to work. And she's not a Global character just yet, I think. Global characters can be moved with MoveGlobal (example from the IESDP: MoveGlobal("Ar0607","Aerie",[318.378]) )