Thread
:
Removing Multiple Weapons
View Single Post
#
3
07-21-2013, 09:02 PM
Angel_Light
Varia Developer
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
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...
Angel_Light
View Public Profile
View GraalOnline Profile
Find all posts by Angel_Light