Jump to content

Rent249

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Rent249

  • Rank
    Newbie
  1. Since the Beta went live I can't use VAB and Urban Patrol Script on the same mission. "...,"_p","_out"] _in=_this select 0; _flg=|#|toupper(_this select 1); fl=[_flg] call...; Error toupper: Type Number, expected String File: C:\...\VAS\KRON_strings.sqf, line 306 It shows the above error when the mission starts. VAB works fine as far as I can tell, but UPS doesn't. Anyone have any ideas abnout what the problem is?
  2. Rent249

    Urban Patrol Script

    I feel like an idiot for asking this because I'm sure there's an obvious answer I'm missing. This is my first time using scripts in ARMA and I'm a little confused about how I change optional arguments in UPS. For example: I think I've correctly set this to place units at random locations on the ground. // drop units at random positions _initpos = "RANDOMN"; if ("RANDOM" in _UCthis) then {_initpos = "RANDOM"}; if ("RANDOMUP" in _UCthis) then {_initpos = "RANDOMUP"}; if ("RANDOMDN" in _UCthis) then {_initpos = "RANDOMDN"}; but for something like this: // suppress fight behaviour if ("NOAI" in _UCthis) then {_issoldier=false}; I don't know how to change it. Where would I edit it to use the enhanced AI? Edit: Uh, not so sure I did that first bit right either now. I'm totally lost on this stuff :(
×