Alangara_PRC8/_module/nss/btlr_eyes1.nss

24 lines
610 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//:://////////////////////////////////////////////
//:: BODY TAILOR: eyes
//:: onconv bodytailor
//:://////////////////////////////////////////////
/*
i give up trying to cycle through and blah blah.
just pick what colour you want to slap on.
save the local eye int for your records.
*/
//:://////////////////////////////////////////////
//:: Created By: bloodsong
//:: based on the Mil_Tailor by Milambus Mandragon
//:://////////////////////////////////////////////
#include "btlr__inc"
void main()
{
SetLocalInt(OBJECT_SELF, "EYES", 1);
ApplyEyes(1, OBJECT_SELF);
}