Difference between revisions of "VN fnc artillery score set"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= artillery_functions |d= <pre>Sets the score variable +/- the cost that is passed through to the function.</pre> |s= [_cost] call...")
 
(No difference)

Latest revision as of 22:08, 26 April 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
Argument(s): n/a
Effect(s): unknown

Description

Sets the score variable +/- the cost that is passed through to the function.

Syntax

Syntax
[_cost] call VN_fnc_artillery_score_set;
Parameters
_cost: Number - Cost of the request.
Return value
Boolean - Function reached the end.

Examples

Example 1
[666] call VN_fnc_artillery_score_set;