Trojan
New member
- Joined
- Jul 17, 2023
- Messages
- 13
- Reaction score
- 1
I might be a bit dumb but I don't think there is a repeat for block
if there is not then I may function something like this
PLAYER_EVENT : Right Click
[ If holding item : Stick{
Repeat for(15)
Sendmessage(allplayers)("A Stick has been clicked")
}
]
if there is not then I may function something like this
PLAYER_EVENT : Right Click
[ If holding item : Stick{
Repeat for(15)
Sendmessage(allplayers)("A Stick has been clicked")
}
]