Initial commit
Initial commit [v9.7]
This commit is contained in:
21
_module/nss/cnv_belg_brd_kd2.nss
Normal file
21
_module/nss/cnv_belg_brd_kd2.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
effect eEffect;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetObjectByTag("Belgora");
|
||||
AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("Bardolop")));
|
||||
|
||||
oTarget = GetObjectByTag("Bardolop");
|
||||
eEffect = EffectKnockdown();
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eEffect, oTarget, 2.0f);
|
||||
|
||||
FadeToBlack(oPC);
|
||||
FadeFromBlack(oPC);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user