Quest persistence work
Quest persistence work. Added new salamander model.
This commit is contained in:
22
_module/nss/cv_doppleshift.nss
Normal file
22
_module/nss/cv_doppleshift.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:: cv_doppleshift.nss
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Changes the NPC's appearance into a
|
||||
doppleganger in conversaion.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jaysyn
|
||||
//:: Created On: 20220703
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
//:: Declare major variables
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget = OBJECT_SELF;
|
||||
|
||||
//:: Set Appearance to Doppleganger
|
||||
SetCreatureAppearanceType(oTarget, 1215);
|
||||
}
|
Reference in New Issue
Block a user