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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...