Search results

  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

    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...
  3. 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:
  4. 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