24 lines
610 B
Plaintext
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);
|
|
|
|
}
|