Administrators chain Posted December 21, 2022 Administrators Report Share Posted December 21, 2022 I have had this script a while and use it but just in case some body stumbles accross the site looking for this kind of script here they go 🙂  ON *:TEXT:Sadd cod *:*: { set $+(%,fc,cod,$nick) $2- notice $nick Your Fc has been recorded to see it type Scod <name> msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Scod &:*: { if ($($+(%,fc,cod,$2),2)) { notice $nick Fc $+($2,::) $ifmatch } else { msg $chan $2 does not have a Set fc. For them to have one they must type Sadd cod <Fc here> } } ON *:TEXT:Sadd pokemon *:*: { set $+(%,poke,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Spoke &:*: { if ($($+(%,poke,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ON *:TEXT:Sadd ssbb *:*: { set $+(%,ssbb,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Sssbb &:*: { if ($($+(%,ssbb,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ON *:TEXT:Sadd mkw *:*: { set $+(%,mkw,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Smkw &:*: { if ($($+(%,mkw,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;; ON *:TEXT:Sadd mkd *:*: { set $+(%,mkd,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Smkd &:*: { if ($($+(%,mkd,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ON *:TEXT:Sadd acww *:*: { set $+(%,acww,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Sacww &:*: { if ($($+(%,acww,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ON *:TEXT:Sadd accf *:*: { set $+(%,accf,$nick) $2- notice $nick Saved msg $nick $me can enable you to save your gaming codes like call of duty or super smash bros brawl to do this you use a simple command " Sadd <gamename> <fc> " Like this | /msg $nick Sadd cod 123456789012 msg $nick $me supports these games ; accf , ssbb , acww , mkw , mkd , pokemon msg $nick To call these up type S(name) (users name) aka Scod samuel Remember this works in a pm } ON *:TEXT:Saccf &:*: { if ($($+(%,accf,$2),2)) { notice $nick %1F%02Fc $+($2,::)%1F $ifmatch } else { msg $chan $2 not saved that fc } } ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; #toys on  Quote Link to comment Share on other sites More sharing options...