function pinksky ( thePlayer )
if ( hasObjectPermissionTo ( thePlayer, "command.stopall", true ) ) then
setSkyGradient( 200, 0, 100, 150, 0, 70 )
outputChatBox(getPlayerName(thePlayer).." Changed the sky color to pink!", getRootElement(), 255, 255, 0, true)
end
end
addCommandHandler ( "setsky pink", pinksky )
hey i just made this and its really easy so idk why its not working
NO errors in debugscript 3