05-09-2008, 06:19 PM
Ive decided to use ms3 again
because the people who can help me are more familar with it
and well i am not a good scripter so i need their help
so i am doing the layers with ms3 now can someone help me
Every time i try to do the layers in the server with the layers tutorial i always get this error
( this is the tutorial viewtopic.php?f=75&t=1090 )
Variable Not Defined Error Message
Then it highlights
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
With Map.Tile(x, y)
Packet = Packet & .Ground & SEP_CHAR & .Mask & SEP_CHAR & .Anim & SEP_CHAR & .Mask2 & SEP_CHAR & .M2Anim & SEP_CHAR & .Fringe & SEP_CHAR & .FAnim & SEP_CHAR & .Fringe2 & SEP_CHAR & .F2Anim & SEP_CHAR & .Type & SEP_CHAR & .Data1 & SEP_CHAR & .Data2 & SEP_CHAR & .Data3 & SEP_CHAR
End With
Next x
Next y
Also this is when editing the server part
because the people who can help me are more familar with it
and well i am not a good scripter so i need their help
so i am doing the layers with ms3 now can someone help me
Every time i try to do the layers in the server with the layers tutorial i always get this error
( this is the tutorial viewtopic.php?f=75&t=1090 )
Variable Not Defined Error Message
Then it highlights
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
With Map.Tile(x, y)
Packet = Packet & .Ground & SEP_CHAR & .Mask & SEP_CHAR & .Anim & SEP_CHAR & .Mask2 & SEP_CHAR & .M2Anim & SEP_CHAR & .Fringe & SEP_CHAR & .FAnim & SEP_CHAR & .Fringe2 & SEP_CHAR & .F2Anim & SEP_CHAR & .Type & SEP_CHAR & .Data1 & SEP_CHAR & .Data2 & SEP_CHAR & .Data3 & SEP_CHAR
End With
Next x
Next y
Also this is when editing the server part