ItemName
Usage:
ItemName(Item)
Description:
The ItemName command returns the name of an item retrieved using ActorHat, and similar commands.
Example:
Function Main()
MyHat = ItemName(ActorHat(Actor()))
Output(Actor(), "Your hat is a " $+ MyHat)
Return()
End Function
Comments (0)
You don't have permission to comment on this page.