generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
19
_module/nss/zep_cw_setnum.nss
Normal file
19
_module/nss/zep_cw_setnum.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: CEP Creature Wizard
|
||||
//:: Community Expansion Pack
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Set creature part being edited to the
|
||||
specified number
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: 420
|
||||
//:: Created On: April 20, 2009
|
||||
//:://////////////////////////////////////////////
|
||||
#include "zep_cw_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
int nValid = GetNearestValid(StringToInt(GetSpokenString()));
|
||||
SetCurrentValid(nValid);
|
||||
}
|
||||
Reference in New Issue
Block a user