You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
function your-event-function(Some string of event1:String, Some string of event2:String, Some string of event3:String) {
"your-event-function" being the function name you give it (can be named literally anything)
and "Some string of event(number that i put there) being the fields the user has to fill when using the event (you also name it whatever you want), and it can go even further with those.
after you put inside the function (new line with 1 [Tab] pressed after that function thing) make sure to create a new line and put "}" without quotes in there (and erase the space of that 1 tab for it to be aligned at the start of the line)
for example, my broken character switch event:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Q: How to create function events
Beta Was this translation helpful? Give feedback.
All reactions