GoDragger (script)
Jump to navigation
Jump to search
GoDragger (script) | |
---|---|
Category | travel |
Front-end | StormFront |
Author | Isharon |
Description
This is a dragging version of my Go script. It will drag a player to any destination in the DIR list. This is useful during invasions, when you may find yourself dragging several players to the Temple triage or Clerics.
Syntax
.GODRAG [DESTINATION]
- Acceptable destinations include any place that is on the town's DIRECTION list.
Script
start: put dir %2 %3 match out out. match down down. match up up. match northeast northeast. match northwest northwest. match southeast southeast. match southwest southwest. match east east. match north north. match south south. match west west. match door door match arch arch match bazaar bazaar. match bridge bridge. match bush bush. match curtain curtain. match drape drape. match flap flap. match footpath footpath. match opening opening. match path path. match pier pier. match ramp ramp. match room room. match spire spire. match square square. match stair stair match step step match trail trail. match trees trees. match gate gate match academy academy match armory armory. match arms arms. match bank bank. match building building. match cottage cottage. match dock dock. match forge forge. match guesthouse guesthouse. match guild guild. match hall hall. match hospital hospital. match house house. match hovel hovel. match inn inn. match office office. match pawnshop pawnshop. match salon salon. match shed shed. match shop shop. match store store. match structure structure. match temple temple. match tent tent. match weaponsmith weaponsmith match end you're there already! match end I don't know the way matchwait out: put drag %1 out waitfor roundtime pause goto start down: put drag %1 down waitfor roundtime pause goto start up: put drag %1 up waitfor roundtime pause goto start northeast: put drag %1 northeast waitfor roundtime pause goto start northwest: put drag %1 northwest waitfor roundtime pause goto start southeast: put drag %1 southeast waitfor roundtime pause goto start southwest: put drag %1 southwest waitfor roundtime pause goto start east: put drag %1 east waitfor roundtime pause goto start north: put drag %1 north waitfor roundtime pause goto start south: put drag %1 south waitfor roundtime pause goto start west: put drag %1 west waitfor roundtime pause goto start door: put drag %1 door waitfor roundtime pause goto start arch: put drag %1 arch waitfor roundtime pause goto start bazaar: put drag %1 bazaar waitfor roundtime pause goto start bridge: put drag %1 bridge waitfor roundtime pause goto start bush: put drag %1 bush waitfor roundtime pause goto start curtain: put drag %1 curtain waitfor roundtime pause goto start drape: put drag %1 drape waitfor roundtime pause goto start flap: put drag %1 flap waitfor roundtime pause goto start footpath: put drag %1 footpath waitfor roundtime pause goto start opening: put drag %1 opening waitfor roundtime pause goto start path: put drag %1 path waitfor roundtime pause goto start pier: put drag %1 pier waitfor roundtime pause goto start ramp: put drag %1 ramp waitfor roundtime pause goto start room: put drag %1 room waitfor roundtime pause goto start spire: put drag %1 spire waitfor roundtime pause goto start square: put drag %1 square waitfor roundtime pause goto start stair: put drag %1 stair waitfor roundtime pause goto start step: put drag %1 step waitfor roundtime pause goto start trail: put drag %1 trail waitfor roundtime pause goto start trees: put drag %1 trees waitfor roundtime pause goto start gate: put drag %1 gate waitfor roundtime pause goto start academy: put drag %1 academy waitfor roundtime pause goto start armory: put drag %1 armory waitfor roundtime pause goto start arms: put drag %1 arms waitfor roundtime pause goto start bank: put drag %1 bank waitfor roundtime pause goto start building: put drag %1 building waitfor roundtime pause goto start cottage: put drag %1 cottage waitfor roundtime pause goto start dock: put drag %1 dock waitfor roundtime pause goto start forge: put drag %1 forge waitfor roundtime pause goto start guesthouse: put drag %1 guesthouse waitfor roundtime pause goto start guild: put drag %1 guild waitfor roundtime pause goto start hall: put drag %1 hall waitfor roundtime pause goto start hospital: put drag %1 hospital waitfor roundtime pause goto start house: put drag %1 house waitfor roundtime pause goto start hovel: put drag %1 hovel waitfor roundtime pause goto start inn: put drag %1 inn waitfor roundtime pause goto start office: put drag %1 office waitfor roundtime pause goto start pawnshop: put drag %1 pawnshop waitfor roundtime pause goto start salon: put drag %1 salon waitfor roundtime pause goto start shed: put drag %1 shed waitfor roundtime pause goto start shop: put drag %1 shop waitfor roundtime pause goto start store: put drag %1 store waitfor roundtime pause goto start structure: put drag %1 structure waitfor roundtime pause goto start temple: put drag %1 temple waitfor roundtime pause goto start tent: put drag %1 tent waitfor roundtime pause goto start weaponsmith: put drag %1 weaponsmith waitfor roundtime pause goto start end: put dir stop