Project

General

Profile

EQ2_onQuestOffered (Event)

Description

The EQ2_onQuestOffered event will fire when you are offered a quest.

Arguments

  1. string Name
  2. string Description
  3. int Level
  4. int StatusReward

Usage

 Event[EQ2_onQuestOffered]:AttachAtom[MyAtom]
 

...

 atom MyAtom(string Name, string Description, int Level, int StatusReward)
 {
    ;do stuff
 }