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

Portal script


munro
 Share

Recommended Posts

Scroll to bottom for portal

ok so i just set up a custom menu that looks like this

```
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' This sub runs when any player presses the Delete key
Sub HotScript2(index)
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Call CustomMenuShow(index, "Menu!", "\GUI\CUSTOM\books.gif", 1)
Call CustomMenuLabel(index, 1, "A Menu!", 20, 50, 10, 0, 0, 400, 20)
Call CustomMenuTextBox(index, 1, 300, 20, 100, "Click Here For Controlls!")
End Sub

Call CustomMenuShow(index, "controlls", "\GUI\CUSTOM\books.gif", 2)
Call CustomMenuLabel(index, 2, "arrow keys to move(more to come)", 20, 50, 10, 0, 0, 400, 20)

```

and this is the click part in my menu scripts

```
Case 2
                If menu_title = "Menu!" Then
                       If Clicked_Index = 1 Then             
                          Call CustomMenuShow(index, "controlls", "\GUI\CUSTOM\books.gif", 2)
                          Call CustomMenuLabel(index, 2, "arrow keys to move(more to come)", 20, 50, 10, 0, 0, 400, 20)
                      End If
```
what are these kiddy errors ??!!??
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...