Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(13 edits)

I understand this.
Strings better for eyes and for mind.

Next one is about code of barters.

I thing, that

def manual_barters(tmpTradeID)
    ...
    ...
end

- is good.

But something like this will be better:

def manual_barters(tmpTradeID=get_character(0).npc_name)
    ...
    ...
end

Or this:

def manual_barters(tmpTradeID) 
    if !tmpTradeID || !$data_barters[tmpTradeID]
        tmpTradeID = get_character(0).npc_name
    end
    ...
    ...
end
(1 edit) (+1)

oh yes and this is in reply to your post on F95 about the mod manager between nyx and ultra mod manager since i don't have an account or wish to get one 

eccma passes on a bit about why the ultra mod manager was switched to: the primary reason he uses the ultra mod manager and nyx is now deprecated is because he doesn't have the source code to be able to alter where the mod manager checks the mod ban list
and he also primarily uses linux now and also lacks the dotnet file used to compile the nyx manager