diff --git a/Perl-API.md b/Perl-API.md index 15bb5f3..56ce05f 100644 --- a/Perl-API.md +++ b/Perl-API.md @@ -1,3 +1,34 @@ +- [Beginners Guide To Perl](#beginners-guide-to-perl) +- [Real Use Examples](#real-use-examples) +- [How Perl Quests Are Loaded](#how-perl-quests-are-loaded) + + [NPC](#npc) + + [Player](#player) +- [Global Scripts](#global-scripts) + + [Player](#player-1) + + [NPC](#npc-1) + + [Item](#item) + + [Spell Scripts](#spell-scripts) +- [Perl Sub Events](#perl-sub-events) + * [Text Response Example](#text-response-example) + * [Special Text Response Examples](#special-text-response-examples) +- [Exported Variables](#exported-variables) +- [General Quest API](#general-quest-api) + + [**Conditionals**](#--conditionals--) + * [**Using $npc->GetHateList();**](#--using--npc--gethatelist-----) + - [**Function Lists**](#--function-lists--) +- [Client](#client) +- [Corpse](#corpse) +- [EntityList](#entitylist) +- [Group](#group) +- [Raid](#raid) +- [Mob](#mob) +- [NPC](#npc-2) +- [Quest Items](#quest-items) +- [Object](#object) +- [Door](#door) +- [Perl Debugging](#perl-debugging) + + # Beginners Guide To Perl * Are you new to Perl? Perl isn't just a EQEmu scripting language, it's been around for eons and used in many systems