WoG_PRC8/src/_removed/sei_at_setsubr18.nss

18 lines
302 B
Plaintext
Raw Normal View History

//
// NWSetSubrace18
//
// Set the subrace of the conversing object to 'half-drow'
//
// (c) Shir'le E. Illios, 2002 (shirle@drowwanderer.com)
//
////////////////////////////////////////////////////////
#include "subraces"
void main()
{
SEI_SetSubraceVar( OBJECT_SELF, SUBRACE_HALFDROW );
}