8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
void main()
|
|
{
|
|
object oPlayer = GetLastUsedBy();
|
|
object oThisTree = OBJECT_SELF;
|
|
AssignCommand(oPlayer, DoPlaceableObjectAction(oThisTree,PLACEABLE_ACTION_BASH));
|
|
|
|
}
|