generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
19
_module/nss/zep_cw_setdesc.nss
Normal file
19
_module/nss/zep_cw_setdesc.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: CEP Creature Wizard
|
||||
//:: Community Expansion Pack
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Set the description of the creature to the new
|
||||
description
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: 420
|
||||
//:: Created On: April 20, 2009
|
||||
//:://////////////////////////////////////////////
|
||||
#include "zep_cw_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetLocalObject(OBJECT_SELF, "CW_Target");
|
||||
SetDescription(oTarget, GetSpokenString());
|
||||
}
|
||||
Reference in New Issue
Block a user