Author Topic: SendDistance Query  (Read 4045 times)

Mihhaelo

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 67
SendDistance Query
« on: April 06, 2010, 05:13:01 AM »
I wish to make travel one way between two planets by selecting a low SendDistance value. However, when i do so the game over-writes it to make travel possible both ways. Is there any way i can prevent this from happening?

njursten

  • Seedling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
Re: SendDistance Query
« Reply #1 on: April 06, 2010, 05:44:50 AM »
Try changing it after the game has started, in the LevelLogic function and not in LevelSetup.

Mihhaelo

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 67
Re: SendDistance Query
« Reply #2 on: April 06, 2010, 05:54:48 AM »
That works, thank you.