Code: Select all
<do_if value="this.ship.isclass.ship_l or this.ship.isclass.ship_xl">
<set_value name="$range" exact="this.ship.cluster" />
</do_if>
Code: Select all
<do_if value="this.ship.isclass.ship_l or this.ship.isclass.ship_xl">
<set_value name="$range" exact="this.ship.galaxy" />
</do_if>
Yet the script doesnt seem to take any effect. any suggestions? I am completely new to X Rebirth modding as a whole.