function MinigameSO::Reset(%mini)
next time you need the args for something search, like, in this case, "MinigameSO::Reset(" and it should come up with a few things
That doesn't work with most scripted functions.
that's strange.. it works for me usually.
It'll work for engine functions like getSubStr, but not for scripted functions like serverCmdBan.
Code: [Select]function MinigameSO::Reset(%mini)
MinigameSO::reset(%this, %client)
I tried this and it did not work, so I conducted a search and found that it is this:Code: [Select]MinigameSO::reset(%this, %client)
no it isn't. Placid is correct.
%client is the person who "won" the minigame.