Files
Anphillia_PRC8/_module/nss/chd_readme.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

25 lines
514 B
Plaintext

/*
** 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()
{
}