Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

My custom menu is not working…


YunO
 Share

Recommended Posts

Hey, I was following tutorials in the forum and I made a custom menu. But, it's not working. Check out my custom menu, is just a Yes and No choice to warp to another map. But it's not warping:
```
If MenuTitle = "PvP" Then
If Clicked_Index = 2 Then
Call PlayerWarp(Index, 12, 15, 15)
End If
If Clicked_Index = 3 Then

End If
```The thing is, I don't know the command to close the menu. So, I'll put it under the 3 clicked.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...