JagLers Posted April 26, 2020 Posted April 26, 2020 Im trying to create a acript which will announce the number of player inside a pub on entry, but i cant seem to trigger the waiting room after adding "@set". Can someone help me with this? quiz_00,17,114,4 script Waiting 726,{ end; OnInit: waitingroom "Waiting Room",8,"Waiting2::OnStart",1; end; } - script Waiting2 -1,{ end; OnStart: set .@join getwaitingroomstate(0,"Waiting"); announce .@join + " People Inside!",bc_blue|bc_all; end; } Quote
0 sader1992 Posted April 26, 2020 Posted April 26, 2020 *set <variable>,<expression>{,<char_id>}; set .@join,getwaitingroomstate(0,"Waiting"); you missed a comma , read the console errors before anything. 1 Quote
Question
JagLers
Im trying to create a acript which will announce the number of player inside a pub on entry, but i cant seem to trigger the waiting room after adding "@set". Can someone help me with this?
quiz_00,17,114,4 script Waiting 726,{ end; OnInit: waitingroom "Waiting Room",8,"Waiting2::OnStart",1; end; } - script Waiting2 -1,{ end; OnStart: set .@join getwaitingroomstate(0,"Waiting"); announce .@join + " People Inside!",bc_blue|bc_all; end; }
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.