
What's going on? Any help would be appreciated!

Zaffre wrote:I ended up deleting the code but it looked something like this.
<event name="SLUG_DERELICT_SHIP">
<text>You find a derelict Slug ship which has a weapon that can be installed on your ship.</text>
<weapon name="RANDOM"/>
</event>
The purpose was to test if I could get a custom event to work, but apparently not.
Code: Select all
<event>
<text>"Thank the Gods. We can finally get out of here! We're jumping straight home so take this extra weapon. We won't need it, hopefully."</text>
<weapon name="RANDOM"/>
</event>
Zaffre wrote:I was editing the file with Notepad++; I just used Save and not Save As. I made the Blazing Cruiser mod like that and it worked fine. Maybe my inexperience caused me to make a stupid decision? :/