exec function with inputed variable?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

clam

New Member
Jul 24, 2003
47
0
0
Is there a way to set up an exec function so that the function typed into the console can be followed up by a variable(X) that the function uses. Example: an exec function that sets the fovangle to whatever the user types in the console "setfa x" (where x is the new value of fovangle). The quivelent of %1 in dos batch programs. thx!
 

BlackHornet

Global Warzone Project Leader
Apr 24, 2002
76
0
0
43
Aachen - Germany
www.hornet-maps.de
How to assign an array to an exec parameter list.

for example a buy function.

The player wants to bind
A=BuyEquip 4 7 10 12 14 17

for example......is this also possible
not only to place 6 or 7 optional variables, one array in the params.
And if its possible can you explain how to type in the console.