//Made by Johnny Blockhead
package SkiiFetch
{
function servercmdgetskiis(%this, %client)
{
messageClient(%client,'',"Wish granted, skii carefully!");
startskiing(%this); //I don't even know if this is going to work lol
}
};
It doesn't work ingame
Concept: A player says /getskiis, and then they get skiis.
Am I doing the right concept? I tried removing startskiing(%this); but it didn't even work.
It might be a packaging error, idk
No syntax errors