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

TextBox


angelofdark3
 Share

Recommended Posts

```
Call CustomMenuShow(Index, "Test", "\GUI\CUSTOM\talk.jpg", 1)
Call CustomMenuLabel(Index, 1, "Trade", 20, 100, 10, 0, 0, 400, 20)

```
and in MenuScripts, the label case,

```
If MenuTitle = "Test"
If Clicked_Index = 1 Then
Call GoShopping(Index, Shop)
End If
End If

```

AkselJ
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...