Quote:
Originally posted by Kaimetsu
DID I JUST TELL YOU NOT TO USE "ELSE{}"? I THINK I DID.
And don't use playersays. And no, he wasn't saying that "omgactions;" was a real command.
|
hehe.
the script i made was setting you up
you would need to make a basic set up like
if (created) {
attributes here;
setstring this.owner,none;
}
if (playertouchsme) {
if (strequals(#s,this.owner(none)) {
setstring this.owner,#a;
}
}
then like
if (playerchats&&strequals(#c,follow)) {
if (strequals(#s,this.owner(#a)) {
actions here;
}
}
that's just a basic outline thing, i can tell there will be errors since i made it just now without testing