BG_GET_DATA

lemonade

New member
Messages
10
Points
0
Age
27
Location
Nagoya Japan
Emulator
Hercules
Anyone knows how to use bg_get_data command. i want my flavius bg to display the player count instead of round wins

 
bg_get_data(.@bg_id, 0)
 would return the player count in the team.

 
bg_get_data(.@bg_id, 0)
 would return the player count in the team.
hi im actually making an automated flavius bg if enough players round will restart i want to replace the score to player count per team. since its a single round win

 
I think you could do something like this - 

Code:
bg_updatescore(.@bg_map$, bg_get_data(.@lion_bg_id, 0), bg_get_data(.@eagle_bg_id, 0));
 
Last edited by a moderator:
Back
Top