Log in

View Full Version : Exura sio "fullname" impossible! how to fix this?



Tripkip
09-30-2012, 12:31 PM
as the title is saying.

Exura sio "fullname" is impossible! how to fix this?

Once u save the settings, it says succesfull. but if u try to load them it says invalid xml format!

how can u typ ur full name so the bot actually heals u?

Infernal Bolt
09-30-2012, 12:37 PM
try and write it with ' instead of "

if that doesn't work then try \"

this works for me anyways



mana = 140

function sio(name)
if(Self.Mana() >= mana)then
Self.Say("exura sio \""..name)
wait(200,600)
end
end