Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
22
nwn_dark_sun/tlr_s_unset.nss
Normal file
22
nwn_dark_sun/tlr_s_unset.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//::TAILOR: unset symmetry locals
|
||||
//:: onconv mil_tailor
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
this deletes the symmetry locals,
|
||||
so they dont get confused.
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: bloodsong
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
DeleteLocalString(OBJECT_SELF, "SYMMETRYTYPE");
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user