25 lines
514 B
Plaintext
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()
|
|
{
|
|
}
|