Hi guys, a simple question. Is there a function that allows you to shoot fireworks for example automatically? (when I click on an item it shoots you for example 50 fires)
thank you all
<3
thank you all
<3
quest blabla begin
when itemID.use begin
cmdchat("")
I have to insert it in an item or when you click on this item the fires start automatically (for example 100 fires) what can I do?Quote:
With a Quest i think..the simplest Method to do that.
Write a Quest with Content:
I Think you must build a Loop in your Quest where execute the Func 50 times after use this Firework.Code:quest blabla begin when itemID.use begin cmdchat("")
Quote:
I have to insert it in an item or when you click on this item the fires start automatically (for example 100 fires) what can I do?