Initial commit

Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
Jaysyn904
2024-01-04 07:49:38 -05:00
parent df18cd54c8
commit 28cdb617b3
12943 changed files with 9727121 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
/*
** CHD 0.0.1
** Author: Krisztian PIFKO <monsta@monsta.hu>
** License: GPL
** Last modified: 2004-12-04
**
** Usage:
**
** To use the current deity checker:
** Place an usable placeable somewhere and set it's on used event
** to chd_altar_used.
**
** To use the deity changer:
** Place an NPC somewhere, set it's conversation to chd_change_deity,
** it's on spawn event to chd_on_spawn and it's on conversation event
** to chd_on_spawn.
**
** That's all.
**
*/
void main()
{
}