VN_fnc_artillery_score_set

From Savage Game Design Wiki
Revision as of 22:08, 26 April 2022 by Slow (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← 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;