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

fireheat222

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Posts posted by fireheat222

  1. I'm getting an RTE 9\. Debugged server and the error is at this location:

    Public Sub UpdateMapBlock(mapnum, x, y, blocked As Boolean)

    If blocked Then

    MapBlocks(mapnum).Blocks(x, y) = 9

    Else

    MapBlocks(mapnum).Blocks(x, y) = 0

    End If

    End Sub

    No clue what this means any help is welcome. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  2. > Show Chatbubble
    >
    > The Show Chatbubble feature allows you to create a chat bubble with written text over the player, a NPC, or a chosen event. The Show Chatbubble feature doesn't allow you to change the text color and has a default color of black.

    Where is this??? Is my client out of date or something?
  3. How would one make a move route? For instance what I am trying to do is when a player ctrls a mushroom a guy should appear and walk 2 blocks down and 1 to the left. When i attempt it he just keeps walking downwards.
×
×
  • Create New...