RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

How To Cut Down Tree HELP

Started by patrick8099, October 16, 2008, 02:28:21 PM

0 Members and 1 Guest are viewing this topic.

patrick8099

Hi, i was wondering.... If i place a tree on my map and then i go hit enter on it, how to make it say you need an axe to cut the tree but if you already have an axe how do i just make it cut the tree because i was messin with switches and i made it say you need an axe to cut the tree then i hit enter again WITHOUT the axe and it chopped it..... please help im new and a newb so plz...

tSwitch

you'll need to draw the tree out of events, or make a tree characterset, then replace the tree's event(s) with a stump picture, after you chop it down with the axe.


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: Bandcamp | Twitter | Patreon

Leventhan

Use Conditional Branches, to check whether item Axe is in the player's inventory.

Be kind, everyone you meet is fighting a hard battle.

patrick8099

Thanks  ;D

But can anyone show me the script i should right?

Orthone

Hello, It is verry simple to do it in RPG Maker VX.

First, it's events.. Not scrips.. to make this.

[spoiler]
@>Conditional Branch: [Axe] in Inventory
    @>Set Move Route: This Event
                                : $>Graphic: '!CutTree', 0

The only thing you would have to do is insert a Character Graphic using a stump icon, and replace !CutTree with the stump icon.[/spoiler]

Oh, By the way. Im new to the forums.. This is my first post.. =D

Heya everyone that reads this.. o.o

Kathryn

heya.

Yeah, you only need switches and conditional branches.

danny3153


Grafikal