I'm trying my hands at modding SM, but I can't find how to get the mission sponsor's name. Basically this:
however, GetSponsorProfile is not the actual command.
And as a quick follow-up, where would I find a list of potential commands and conditions the game supports?
Code:
local sponsor= GetSponsorProfile()
if sponsor.name == "SomeSponsor" then
however, GetSponsorProfile is not the actual command.
And as a quick follow-up, where would I find a list of potential commands and conditions the game supports?