strip

Module: player_stripPlayer.lua

What it does

Removes every item the player is currently wearing and permanently deletes those items from the player's inventory. The player's worn-item list is iterated in reverse and each piece of clothing or equipment is unequipped then removed. After stripping, the player exclaims "Why am I suddenly naked?!"

Trigger type

strip

Parameters

ParameterTypeDefaultValid ValuesDescription
This module takes no parameters. All worn items are removed unconditionally.

Examples

Strip all worn items from the player
{ type="strip" }
Use as a channel point redemption
{ type="strip", message="!strip" }
Pair with a teleport for maximum chaos
{ type="strip" } { type="moveTo", location="Louisville" }