mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 04:57:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
21
trunk/scripts/prc_doa_charm.nss
Normal file
21
trunk/scripts/prc_doa_charm.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Disciple of Asmodeus Charm Person
|
||||
//:: prc_doa_charm.nss
|
||||
//::///////////////////////////////////////////////
|
||||
/*
|
||||
Charm Person as the spell, 1/Day
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stratovarius
|
||||
//:: Created On: 27.2.2006
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "inc_newspellbook"
|
||||
#include "prc_inc_core"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
// That was easy
|
||||
ActionCastSpell(SPELL_CHARM_PERSON);
|
||||
}
|
||||
Reference in New Issue
Block a user