mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
|
//by commy2
|
||
|
|
||
|
while {true} do {
|
||
|
waitUntil {!isNull (findDisplay 602)};
|
||
|
waitUntil {
|
||
|
_player = AGM_player;
|
||
|
findDisplay 602 displayCtrl 111 ctrlSetText format ["%1 - %2 %3", [_player] call AGM_Core_fnc_getName, localize "STR_AGM_Movement_Weight", [_player] call AGM_Movement_fnc_getWeight];
|
||
|
isNull (findDisplay 602)
|
||
|
};
|
||
|
};
|