Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Minigame print
« previous
next »
Print
Pages: [
1
]
Author
Topic: Minigame print (Read 406 times)
Ducky duck
April 25, 2014, 06:34:21 AM
What is the code for the event
Onactivate-Minigame-
ChatMsg
And
Onactivate-minigame-
CenterPrintall
?
Ad Bot
Advertisement
jes00
April 25, 2014, 07:38:06 AM
%mini.chatMsg("Stuff");
%mini.centerPrintAll("Stuff");
Port
April 25, 2014, 02:06:59 PM
for (%i = 0; %i < %miniGame.numMembers; %i++)
{
%member = %miniGame.member[%i];
messageClient(%member, '', "\c6Hello world");
%member.centerPrint("\c6Hello world", 3);
}
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Minigame print