Jump to content
  • 0

System Chat (FIXED)


SadBoy1981

Question

Hello! Need some help with part of script.

i Have:

Spoiler

                _humanity_lose = round(random player_lose_humanity) * 3;
                _humanity = player getVariable['humanity',0];
                
                player setVariable['humanity',_humanity - _humanity_lose,true]; 
                
titleText [format ["You lose %1 humanity!", _humanity_lose], "PLAIN DOWN"];  
 

but i want to send info to system chat. When i try

systemChat [format ["You lose %1 humanity!", _humanity_lose], "PLAIN DOWN"];  

it wont show up, how i need to write it?

 

I just change to:

systemChat format ["You lose %1 humanity!", _humanity_lose];  

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...