generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/dt_set15.nss
Normal file
10
_module/nss/dt_set15.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt(oPC, "dt_num", 15);
|
||||
SetDeity(oPC, "Pelor");
|
||||
string sDes = "God of the Sun";
|
||||
effect eEffect = EffectVisualEffect(VFX_FNF_SCREEN_SHAKE);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eEffect, oPC);
|
||||
FloatingTextStringOnCreature("You pledge your loyalty to "+GetDeity(oPC)+", "+sDes, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user