How can i write a plugin who will use a bread every 30 seconds ?
I dont understand the documentation !
I have to create an item with the name of the bread and then use : item.UseItem(true) ?
like
this don't work...
Thanks for help
I dont understand the documentation !
I have to create an item with the name of the bread and then use : item.UseItem(true) ?
like
Code:
Item Popo = "Adventurer's Savory Soup";
Popo.UseItem(true);
this don't work...
Thanks for help