Anyone knows how to revert name back to normal? using this script?
mes "blablablabla"
menu ("yes",1nn,"revert",2nn)
1nn:
set @charname$,"+strcharinfo(0)+";
set @title$,[TITLE];
query_sql "UPDATE `char` SET name,'"+escape_sql(@title$)"' '"+ escape_sql(@charname$) + "'; WHERE `name`='" + escape_sql(@charname$) + "'";
2nn: ??
Question
Lil Troll
Greetings fellas!
Anyone knows how to revert name back to normal? using this script?
Edited by Lil Troll7 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.