Adding a new attack

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
smchronos
Posts: 37
Joined: March 21st, 2006, 7:01 pm
Contact:

Adding a new attack

Post by smchronos »

I'm a bit confused from the wiki instructions.
When I am making a new attack using the object tags, do I use the same text as when editing an attack (set_name=blah), or do I type everything (including the animations and using things such as name=blah) for the attack?
toms
Posts: 1717
Joined: November 6th, 2005, 2:15 pm

Post by toms »

You give th object a name (weapon name) and a description.

Then you use an [effect] tag and write

Code: Select all

apply_to=attack
range=short/long
set_type=something
set_special=something
and then write the animation in.
First read, then think. Read again, think again. And then post!
Post Reply