generated from Jaysyn/ModuleTemplate
20 lines
512 B
Plaintext
20 lines
512 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
}
|