I had an idea of making a simple script but I'm just having a hard time on this part..
M_Mute2:
mes "Enter the COMPLETE name";
next;
input .@c_name$;
next;
mes "How many minutes will you mute [ "+ .@c_name$ +" ]?";
input .@min_mute$;
next;
atcommand "@mute "+ .@min_mute$ "+ .@c_name$;
next;
mes " [ "+ .@c_name$ +" ] has been muted for [ "+ .@min_mute$ +" ] minutes.";
close;
This is part of my script. I don't really understand it lol ) I'm new in making scripts and still aiming high to make better scripts..
This is the line that I'm talking about/taking error..
Question
WhatFT
I had an idea of making a simple script but I'm just having a hard time on this part..
This is part of my script. I don't really understand it lol
) I'm new in making scripts and still aiming high to make better scripts..
This is the line that I'm talking about/taking error..
Hope someone will help me !
Edited by Paulinds2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.