Initial upload
Initial upload
This commit is contained in:
19
_module/nss/btlr_applypheno.nss
Normal file
19
_module/nss/btlr_applypheno.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: BODY TAILOR: phenotypes
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
for changing body size.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: bloodsong
|
||||
//:: based on the Mil_Tailor by Milambus Mandragon
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
SetPhenoType(GetPhenoType(OBJECT_SELF), oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user