NWNDS/nwnds_module/onent_wmts.nss

8 lines
157 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetEnteringObject();
if(!GetIsPC(oPC)) return;
SetObjectVisualTransform(oPC, OBJECT_VISUAL_TRANSFORM_SCALE, 0.5f);
}