PWE_PRC8/_module/nss/aa_choptree.nss

8 lines
177 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPlayer = GetLastUsedBy();
object oThisTree = OBJECT_SELF;
AssignCommand(oPlayer, DoPlaceableObjectAction(oThisTree,PLACEABLE_ACTION_BASH));
}