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

Help!!!!!


maths221
 Share

Recommended Posts

@blackkat9666:

> soul, i've noticed "scripted item"
> he said when he walks on a spot that it makes the pop up box appear
> so shouldn't it be in scripted tiles?

i was thinking bout that. should i make a script and then make a scripted atribute???

*Note:*  I make a scripted addribute but it said:

no tile script found please contact an admin to solve this problem
Link to comment
Share on other sites

no its in your Main.Txt

Look For this:

```
' Executes when a player steps onto a scripted tile.
Sub ScriptedTile(Index, Script)
    Dim dir
dir = GetPlayerDir(Index)
  Select Case Script

      Case 0
Call PlayerMsg(index,"Hi this is a scripted tile",0)
        Exit Sub

      Case Else
        Call PlayerMsg(Index, "No tile script found. Please contact an admin to solve this problem.", WHITE)
        Exit Sub
  End Select
End Sub

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