Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/at_worship_chaot.nss
Normal file
17
_module/nss/at_worship_chaot.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
effect eVisual = EffectVisualEffect(VFX_IMP_RESTORATION_GREATER);
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, eVisual, oPC);
|
||||
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "Worship", 1);
|
||||
|
||||
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 10);
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user