Initial Upload
Initial Upload
This commit is contained in:
18
_module/nss/cho_send1.nss
Normal file
18
_module/nss/cho_send1.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetWaypointByTag("WP_cho_banish1");
|
||||
|
||||
DelayCommand(3.0, AssignCommand(oPC, ActionJumpToObject(oTarget)));
|
||||
|
||||
oTarget = oPC;
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_IMP_UNSUMMON), GetLocation(oTarget));
|
||||
|
||||
}
|
Reference in New Issue
Block a user