Ok I'm creating a card game that I want my members to be able to play on my forum.
I have an idea for how to do it on the forum using the word filter, just need a script to make it random
I'm thinking some one posts [black deck draw] or something and then it randomly posts a card from the black deck, something like [black bio armour] which using the word filter would post a picture of the black bio armour card.
Also if this is possible can it be made so that a limit can be set on how many times a card can appear in each thread?
I bet JavaScript would work. You shouldn't need to filter at all if it can do something like:
match "[name]".
Similar to the spoiler code.