Blockland Forums > Modification Help
Arguments for serverCmdCreateMinigame(); and serverCmdEndMinigame();?
Fluff-is-back:
The MinigameSO object is server-sided, and so are the serverCmds.
Chrono:
Every function mentioned in this topic is server sided.
Edit: Except trace
Kalphiter:
As far as detecting client-sided if the client is running a minigame, you can intercept this command:
clientCmdSetRunningMinigame(%val)