SetCampaignDBLocation(object, string, location)

Set a campaign location on a player in the default database for this module.

void SetCampaignDBLocation(
    object oPC,
    string sVarname,
    location value
);

Parameters

oPC

Player this variable is attached to.

sVarname

Name of the variable to set.

value

The value to save in sVarname.


Description

Set a campaign location on a player in the default database for this module.



Remarks

This is a wrapper for SetCampaignLocation. It sends GetCampaignDBName as the first parameter.


Requirements

#include "x0_i0_campaign"


Version

???

See Also

functions:  GetCampaignDBLocation | SetCampaignLocation
categories:  Database Functions


author: Baragg, editor: Mistress