Further file organization
Further file organization
This commit is contained in:
16
nwn/nwnprc/trunk/scripts/prc_weap_apt_app.nss
Normal file
16
nwn/nwnprc/trunk/scripts/prc_weap_apt_app.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Warblade - Weapon Aptitude
|
||||
//:: prc_weap_apt
|
||||
//:://////////////////////////////////////////////
|
||||
/** @file
|
||||
Allows Warblade to chose aptitude weapon.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "prc_weap_apt"
|
||||
|
||||
void main()
|
||||
{
|
||||
ApplyWeaponAptitude(OBJECT_SELF, FALSE);
|
||||
}
|
Reference in New Issue
Block a user