kk yg mastah pake MIRC tolong dong nanya, gimana biar di hint spasi ama simbol2 muncul? Ini kode yg aku buat :

ALIASES :

/start {
set %xyz $read(d:\ervan3.txt)
set %xy $gettok(%xyz,1,42)
set %a $gettok(%xyz,2,42)
amsg %xy
set %vwxyz $len(%a)
set %space *
while (%vwxyz > 1) {
set %space $+(%space,*)
dec %vwxyz
}
amsg %space
timer -m 1 $calc(5000 + 1000 * $len(%a)) /ervan
}

/ervan {
set %lightning 0
set %asdf $floor($calc($len(%a) / 2))
if (%asdf == 0) {
/ervan4
}
else {
%van = 1
%none = $null
while (%van <= %asdf) {
set %fdsa $mid(%a,%van,1)
set %none $+(%none,%fdsa)
inc %van
}
set %ngubus $calc($len(%a)-%asdf)
while %ngubus > 0 {
set %none $+(%none,*)
set %ngubus $calc(%ngubus - 1)
}
amsg Here's a Hint : %none
timer -m 1 $calc(5000 + 500 * $len(%a)) /ervan2
}
}

/ervan2 {
set %asdf $floor($calc($len(%a) * 0.75))
if (%asdf == 0) {
/ervan4
}
else {
%van = 1
%none = $null
while (%van <= %asdf) {
set %fdsa $mid(%a,%van,1)
set %none $+(%none,%fdsa)
inc %van
}
set %ngubus $calc($len(%a)-%asdf)
while %ngubus > 0 {
set %none $+(%none,*)
set %ngubus $calc(%ngubus - 1)
}
amsg Here's a Hint : %none
timer -m 1 $calc(10000 + 500 * $len(%a)) /ervan3
}
}

/ervan3 {
set %asdf $floor($calc($len(%a) * 0.99))
if (%asdf == 0) {
/ervan4
}
else {
%van = 1
%none = $null
while (%van <= %asdf) {
set %fdsa $mid(%a,%van,1)
set %none $+(%none,%fdsa)
inc %van
}
set %ngubus $calc($len(%a)-%asdf)
while %ngubus > 0 {
set %none $+(%none,*)
set %ngubus $calc(%ngubus - 1)
}
amsg Here's a Hint : %none
timer -m 1 $calc(1000 + 500 * $len(%a)) /ervan4
}
}
/ervan4 {
timervahn -m 1 10000 /ervan6
}
/ervan6 {
set %lightning 1
timervanh -m 1 30000 /ervan5
}
/ervan5 {
amsg Weleh-weleh gak ada yang bisa jawab. Gimana ini gimana?? Jawabannya adalah : %a
timers off
timer 1 3 /start
}

REMOTE :

on 1:TEXT:!add *:#scramble: {
/write D:\ervan.txt $nick : $2-
msg $nick terimakasih atas kontribusinya!
}
on 1:TEXT:%a:#Zake: {
timers off
set %a $null
echo #Zake $read(d:\ervan2.txt,s,$nick) x
amsg Congratulations! $nick got the answer!
var %x = $readn
if (%x == 0) {
write d:\ervan2.txt $nick 1
amsg Welcome $nick, to the society of Scramblers! 1 point
timer 1 3 /start
}
else {
set %y $read(d:\ervan2.txt,s,$nick)
write $+(-l,%x) d:\ervan2.txt $nick $calc(%y + 1)
set %z $calc(%y + 1)
if (%z < 10) {
ame $nick is Hopeful Chick! %z points!
}
elseif (%z < 50) {
ame $nick is Scramble-Loving Chicken! %z points!
}
elseif (%z < 150) {
ame $nick is Scramble Beast! %z points!
}
elseif (%z < 500) {
ame $nick is the Mysterious Racoon of Questions! %z points!
}
elseif (%z < 1200) {
ame $nick is BOT-LIKE! %z points!
}
else {
ame $nick is God of All Beasts! %z points!
}
timer 1 3 /start
}
}

on 1:TEXT:!next*:#Zake: {
if (%lightning == 1) {
set %lightning 0
timers off
/ervan5
}
}



thx ya