Author Topic: SendDistance Query  (Read 703 times)

0 Members and 1 Guest are viewing this topic.

Mihhaelo

  • Sapling
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 67
SendDistance Query
« on: April 05, 2010, 09:13:01 PM »
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 05, 2010, 09:44:50 PM »
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 05, 2010, 09:54:48 PM »
That works, thank you.