@discobot display help
I currently know how to do the following things:
@discobot start {name-of-tutorial}
Starts an interactive tutorial just for you, in a personal message.
{name-of-tutorial}can be one of:tutorial, advanced tutorial.
@discobot roll 2d6
3, 6
@discobot quote
Face what you think you believe and you will be surprised. — William White
@discobot fortune
You may rely on it
@discobot fortune
does he respond if not i give up
Signs point to yes
Concentrate and ask again
Oh yeah sorry. I just saw someone else do it and I decided to follow them
Hey, don’t ping discobot on posts. It causes clutter.
I changed the title because “lets talk” didn’t make sense and may make people think its a chat.
maybe one can use numbers and if conditions
the numbers as the id for what item it is
and the if conditions for what name should display
id=0 → earth
id=1 → fire
id=2 → wind
id=3 → water
id 4 (3-1) → lake → water x2 (3+1)
id 5 (3-2) → steam → water+fire (3+2)
id 6 (3-3) → wave → water+wind (3+3)
id 7 (3-4) → plant → water+earth (3+4)
id 8 (2-1) → volcano → fire x2 (1+7)
id 9 (2-2) → smoke → fire + wind (1+8)
id 10 (2-3) → lava → fire+earth (1+9)
id 11 (3-1) → tornado → wind x2 (2+9)
id 12 (3-2) → dust → wind+earth (2+10)
id 13 (4-1) → mountain → earthx2 (0+13)
Don’t summon discobot please
Can crafting tables do crafting automatically? Also, nice pfp.
Oh yeah sorry. I just saw someone else do it and I decided to follow them
Here is is why
but there’s a reason why it’s called infinite craft…
Um so I found how the infinite crafting ai works here
crafting_recipes = {
('water', 'wind'): 'wave',
('fire', 'earth'): 'lava',
('wind', 'earth'): 'dust'
}
So my idea is each craft is an item
Problem how do I hide what the player is crafting in the craft table
it’s born 200 craft is alive
so just 200 possible items?
Yea pretty much but I will try to do more.
