Adding a new attack
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.
Adding a new attack
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?
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?
You give th object a name (weapon name) and a description.
Then you use an [effect] tag and write
and then write the animation in.
Then you use an [effect] tag and write
Code: Select all
apply_to=attack
range=short/long
set_type=something
set_special=something
First read, then think. Read again, think again. And then post!