mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 10:48:21 +00:00
Updated Perl API (markdown)
+31
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user