Initial upload
Initial upload
This commit is contained in:
23
_module/nss/btlr_eyes3.nss
Normal file
23
_module/nss/btlr_eyes3.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user