• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

i have no idea how the file list works

Status
Not open for further replies.
Level 13
Joined
Jan 9, 2004
Messages
1,037
No, the list is just what it sounds like - a list.

For example, this:
Code:
[list][*]hello
[*]how are you
[/list]
becomes this:
  • hello
  • how are you

You indicate a list item with a * in [].

You can indicate a numbered list with list=1 in [].
 
Status
Not open for further replies.
Top