Alangara_PRC8/_module/nss/btlr_eyes3.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

24 lines
610 B
Plaintext

//:://////////////////////////////////////////////
//:: 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", 3);
ApplyEyes(3, OBJECT_SELF);
}