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

The source? What?


luciferana
 Share

Recommended Posts

Ok this scripting stuff is very simple to me… but what do people mean when they say "Source edit" or "Edit the source"? Because I check my main in TE Final and things they say should be there aren't there. For instance:

> If Map(GetPlayerMap(MyIndex)).Tile(X, y).Type = TILE_TYPE_WALKTHRU Then
>         Exit Function
>     Else
>         For i = 1 To MAX_PLAYERS
>             If IsPlaying(i) And GetPlayerMap(i) = GetPlayerMap(MyIndex) Then
>                 If (GetPlayerX(i) = X) And (GetPlayerY(i) = y) Then
>                     CanMove = True
>                     Exit Function
>                 End If
>             End If
>         Next i
>     End If

(Originally posted by Sunit ^^^)
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...