Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
31
_removed/x3_s3_palmount.nss
Normal file
31
_removed/x3_s3_palmount.nss
Normal file
@@ -0,0 +1,31 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Summon Paladin Mount
|
||||
//:: x3_s3_palmount
|
||||
//:: Copyright (c) 2008 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
This script handles the summoning of the paladin mount.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Deva B. Winblood
|
||||
//:: Created On: 2007-18-12
|
||||
//:: Last Update: March 29th, 2008
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
/*
|
||||
On the module object set X3_HORSE_PALADIN_USE_PHB to 1 as an integer
|
||||
variable if you want the duration to match that found in the 3.5 edition
|
||||
version of the Player's Handbook.
|
||||
|
||||
*/
|
||||
|
||||
#include "x3_inc_horse"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC=OBJECT_SELF;
|
||||
if (GetSpellId()==SPELL_PALADIN_SUMMON_MOUNT)
|
||||
{
|
||||
SendMessageToPC(oPC, "Sorry, we don't support mounts currently.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user