Closed - Sorry
Printable View
Closed - Sorry
Not that I am criticizing you but I would like to recommend using some randomness on how long you wait between doing one thing and another. Like instead of doing
CastSpell(29);
wait(250);
UseItem(1);
do something like this
CastSpell(29);
wait(250+random(75));
UseItem(1);
And one last thing, try including {.include SRL/SRL/extended/xText.Scar} and then instead of doing DisguiseScar do RandomDisguise. It will randomly choose a name for it to disguise Scar with.
So what do you think now? Does it look decent at all =S
Edit: By the way criticize me a lot, I need feedback!