Quick question...
Quick question...
Would it be possible to trigger a cut scene in Zone depending on a certain monster being alive and spawned at time of entry?
Re: Quick question...
Inside the zones Zone.lua file, use the onZoneIn event to check if the mob is alive and spawned, then play the cutscene to the given player zoning in.
Re: Quick question...
yes, Iam aware that I would have to do it in Zone.lua under ZoneIn event... Maybe I should Specify my questions a little more for.
What is the exact variable to call upon to make it look for that mob.
What is the exact variable to call upon to make it look for that mob.
Re: Quick question...
GetMobAction(id) gets you a mobs current action