FutureProg functions
begininfluence
Overload 1
begininfluence overload 1
Number begininfluence(Number Market, Number Template)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. This influence begins immediately and is indefinite until revoked. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Number |
The ID of the market influence template you want to use |
Overload 2
begininfluence overload 2
Number begininfluence(Number Market, Number Template, MudDateTime Start)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. This influence is indefinite until revoked. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Number |
The ID of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
Overload 3
begininfluence overload 3
Number begininfluence(Number Market, Number Template, MudDateTime Start, MudDateTime End)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Number |
The ID of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
End |
MudDateTime |
The MUD DateTime of when the influence should end |
Overload 4
begininfluence overload 4
Number begininfluence(Number Market, Number Template, MudDateTime Start, TimeSpan Duration)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Number |
The ID of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
Duration |
TimeSpan |
A duration for the influence to last |
Overload 5
begininfluence overload 5
Number begininfluence(Number Market, Text Template)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. This influence begins immediately and is indefinite until revoked. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Text |
The name of the market influence template you want to use |
Overload 6
begininfluence overload 6
Number begininfluence(Number Market, Text Template, MudDateTime Start)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. This influence is indefinite until revoked. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Text |
The name of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
Overload 7
begininfluence overload 7
Number begininfluence(Number Market, Text Template, MudDateTime Start, MudDateTime End)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Text |
The name of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
End |
MudDateTime |
The MUD DateTime of when the influence should end |
Overload 8
begininfluence overload 8
Number begininfluence(Number Market, Text Template, MudDateTime Start, TimeSpan Duration)
Available in
- computer function
- computer program
- standard futureprog
Creates a market influence based on the supplied template. Returns the ID of the influence or 0 if there is any error.
| Parameter | Type | Description |
|---|---|---|
Market |
Number |
The ID of the market you want to begin an influence in |
Template |
Text |
The name of the market influence template you want to use |
Start |
MudDateTime |
The MUD DateTime of when the influence should start |
Duration |
TimeSpan |
A duration for the influence to last |