View Single Post
  #3  
Old 07-21-2013, 09:02 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
PHP Code:
for ( temp.w: player.weapons)
{

  if ( 
temp.w.starts("Test/"))
    
player.removeWeapon( temp.w);

} 
Edit: beat me to it Callimuc
__________________
Deep into the Darkness peering...
Reply With Quote