generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
18
_module/nss/vat_pheno.nss
Normal file
18
_module/nss/vat_pheno.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
////////////////////////////////////
|
||||
// Called from a conversation.
|
||||
////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPerson = GetPCSpeaker();
|
||||
int sChunky = GetPhenoType(oPerson);
|
||||
|
||||
if (sChunky == PHENOTYPE_BIG)
|
||||
{
|
||||
SetPhenoType(PHENOTYPE_NORMAL, oPerson);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetPhenoType(PHENOTYPE_BIG, oPerson);
|
||||
}
|
||||
}
|
||||
///////////////////////////////////
|
Reference in New Issue
Block a user