Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
30
trunk/scripts/prc_chngshp_opts.nss
Normal file
30
trunk/scripts/prc_chngshp_opts.nss
Normal file
@@ -0,0 +1,30 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Change Shape - Start options conversation
|
||||
//:: prc_chngshp_opts
|
||||
//:://////////////////////////////////////////////
|
||||
/** @file
|
||||
Starts the Change Shape Options dynamiv conversation.
|
||||
|
||||
|
||||
@author Shane Hennessy
|
||||
@date Modified - 2006.10.08 - rewritten by Ornedan - modified by Fox
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
//#include "prc_inc_shifting"
|
||||
#include "inc_dynconv"
|
||||
#include "prc_alterations"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
|
||||
SetLocalInt(oPC, "ChangeShapeConfig", GetSpellId());
|
||||
|
||||
if(GetSpellId() == SPELL_IRDA_CHANGE_SHAPE_OPTIONS)
|
||||
IncrementRemainingFeatUses(oPC, FEAT_IRDA_CHANGE_SHAPE);
|
||||
|
||||
StartDynamicConversation("prc_chngshp_conv", oPC, DYNCONV_EXIT_ALLOWED_SHOW_CHOICE, TRUE, FALSE, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user