Recent content by The-Smallest

  1. T

    Problem with SFX adding

    Hi guys... I have got a problem with SFX adding. These are parts of my script: procedure doSequence begin if (sequence == 1) then begin game_ui_disable; sequence += 1; add_timer_event(self_obj, game_ticks(10), TIMER_SEQUENCE); ... there is a part of script which is not...
  2. T

    PID adding into CRITRPID.H

    Thanks, thanks... I have figured it out... :wink:
  3. T

    PID adding into CRITRPID.H

    My script contains these lines: procedure Sequence begin reg_anim_clear(PID_CHARLIE); reg_anim_begin(); animate_move_obj_to_tile(PID_CHARLIE, CHARLIE_WATCH_TILE, ANIMATE_WALK); reg_anim_end(); end For now I am just trying to move Charlie from hex, where he stands at the beginning...
  4. T

    PID adding into CRITRPID.H

    Hi guys. I have a big problem with adding new PID into CRITRPID.H. For example: I have new character named Charlie. I created proto, set him to a map. I wrote new PID - PID_CHARLIE with right number in CRITRPID.H. That is alright. But if I want write a script with new PID (PID_CHARLIE), it...
  5. T

    Problem with the town list

    I tried it, but didn't work. If there is someone who knows the problem and could write a tutorial here, I would be grateful...
  6. T

    Problem with the town list

    Hi, I have a problem with the town list. I would like to create a specific order of town labels (right side of worldmap interface) and I wonder where this order is saved. For example: I would like to move Arroyo label at the third position... Is there anybody who can help? Thanks.... :wink:
  7. T

    Problem with scenery animating

    OK, I will have a look...
  8. T

    Problem with scenery animating

    I created a brahmin but made it as a scenery... I wanted to make a truck, which is pulled by the brahmin... Now I think that it would be better to create a critter, but I do not know how.. I do not understand numbers behind names of FRMs at critter.lst...
  9. T

    Problem with scenery animating

    Ok, I used the script on my scenery, but there is next problem. When I press F8, the scenery does not move until I click on it (use it). Then it moves. But I need movement from the beginning. I can switch off using the scenery but it does not help...
  10. T

    Problem with scenery animating

    I have got The Frame Animator... I put BMPs into the list and create a FRM... BUT, when I get it to the mapper (I put an image to a map), I can see only one single image, which does not move... it is the problem which I mean... maybe some kind of script is needed... I do not know...
  11. T

    Problem with scenery animating

    Hi guys... I have a big problem... I have created a series of pictures of some scenery, which I would like to animate. But I really have no idea how to do that. Could you be so kind and tell me how to continue?
Back
Top