View Single Post
  #10  
Old 01-20-2012, 02:31 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Gunderak View Post
Well I have always been annoyed how there was a warpto and no summon, So I decided to make my own.
This script will put Summon directly underneath warpto.
It also removes a divider which I feel is unnecessary anyway.
-Enjoy
This will break if ever we make any changes to the playerlist script. There is findweapon("-Playerlist").addCustomMenuEntry(index, name); built into the playerlist (there's no specific callback method right now but you can probably define function PlayerList_Menu.onSelect(index, name) in your script to capture those clicks) which would probably be better for you to use.
__________________
Skyld
Reply With Quote