Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
24
_module/nss/chd_readme.nss
Normal file
24
_module/nss/chd_readme.nss
Normal 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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user