8 lines
125 B
Plaintext
Raw Normal View History

#include "en5_include"
void main()
{
SetLocalInt(OBJECT_SELF,"HenchmanClass",EN5_CLASS_MONK);
SetCustomToken(100,"Monk");
}