Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
21
nwn_dark_sun/tlr_s_setarms.nss
Normal file
21
nwn_dark_sun/tlr_s_setarms.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: TAILOR: symmetry sets
|
||||
//:: onconv mil_tailor
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
set the local int for what symmetry we're doing
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: bloodsong
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
SetLocalString(OBJECT_SELF, "SYMMETRYTYPE", "arms");
|
||||
|
||||
}
|
Reference in New Issue
Block a user