forked from Jaysyn/PRC8
Updated Release Archive
Updated Release Archive. Fixed Mage-killer prereqs. Removed old LETO & ConvoCC related files. Added organized spell scroll store. Fixed Gloura spellbook. Various TLK fixes. Reorganized Repo. Removed invalid user folders. Added DocGen back in.
This commit is contained in:
20
nwn/trunk/scripts/skill_climb.nss
Normal file
20
nwn/trunk/scripts/skill_climb.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Climb Skill
|
||||
//:://////////////////////////////////////////////
|
||||
//::
|
||||
//:: Climb to target if pass check, or fall over if fail
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stratovarius
|
||||
//:: Created On: April 8, 2009
|
||||
//:://////////////////////////////////////////////
|
||||
#include "prc_alterations"
|
||||
#include "prc_inc_skills"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
location lLoc = PRCGetSpellTargetLocation();
|
||||
|
||||
DoClimb(oPC, lLoc, TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user