PvPteamdel (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Created page with "{{Script |cat=Combat, Utility |fe=SF |auth=User:Mothra }} ==Usage== This script deletes highlight settings for character names as input by you. For use in conjuction with...")
 
mNo edit summary
 
Line 1: Line 1:
{{Script
{{Script
|cat=Combat, Utility
|cat=Combat, Utility
|fe=SF
|fe=StormFront
|auth=[[User:Mothra]]
|auth=[[User:Mothra]]
}}
}}

Latest revision as of 17:48, 18 October 2019

PvPteamdel (script)
Category Combat,Utility
Front-end StormFront
Author User:Mothra


Usage

This script deletes highlight settings for character names as input by you. For use in conjuction with the PvPteam script.

Syntax

  • .PVPTEAMDEL NAME NAME NAME (where name=a name or list of characters' names whose highlight settings you wish to delete)

Script

setvariable %1

start:
IF_1 goto highlight
EXIT

highlight:
DELETEFROMHIGHLIGHTNAMES string=%1
SHIFT
GOTO start