explain ?

Results 1 to 2 of 2
  1. #1
    Novice psygore is offline
    MemberRank
    Sep 2008 Join Date
    4Posts

    explain ?

    [@bish]
    #IF
    checknamelist HolyPriest.txt
    #SAY
    Sorry <$USERNAME>.\
    But you've already picked your Sub Class.\ \
    <Close/@exit>\
    #ELSEACT
    addnamelist Bishop.txt( should i make this .txt anywhere? )
    delnamelist Priest.txt
    delnamelist Cleric.txt
    setranklevelname %S\<Bishop>
    break
    [@holypre]
    #IF
    checknamelist Bishop.txt
    #SAY
    Sorry <$USERNAME>.\
    But you've already picked your Sub Class.\ \
    <Close/@exit>\
    #ELSEACT
    addnamelist HolyPriest.txt
    delnamelist Priest.txt
    delnamelist Cleric.txt
    setranklevelname %S\<HolyPriest>
    [@sorc]
    #IF
    checknamelist ElementalSummoner.txt
    #SAY
    Sorry <$USERNAME>.\
    But you've already picked your Sub Class.\ \
    <Close/exit>\
    #ELSEACT
    addnamelist Sorcerer.txt
    setranklevelname %S\<Sorcerer>
    break
    [@elesumm]
    #IF
    checknamelist Sorcerer.txt
    #SAY
    Sorry <$USERNAME>.\
    But you've already picked your Sub Class.\ \
    <Close/@exit>\
    #ELSEACT
    addnamelist ElementalSummoner.txt
    setranklevelname %S\<ElementalSummoner>
    break
    [@darksorc]
    #IF
    checknamelist PhantomSummoner.txt
    #SAY
    Sorry <$USERNAME>.\
    But you've already picked your Sub Class.\ \
    <Close/@exit>\
    #ELSEACT
    addnamelist DarkSorcerer.txt
    delnamelist Sorcerer.txt
    delnamelist ElementalSummoner.txt
    setranklevelname %S\<DarkSorcerer>
    break
    [@phantsumm]
    #IF
    checknamelist DarkSorcerer.txt ( should i make this .txt anywhere? )
    #SAY
    Sorry <$USERNAME>.\
    But you've alreay picked your Sub Class.\ \
    <Close/@exit>\
    #ELSEACT
    addnamelist PhantomSummoner.txt
    delnamelist Sorcerer.txt
    delnamelist ElementalSummoner.txt
    setranknamelist %S\<PhantomSummoner>
    break

    hw can i use this ? any example ? much appreciate .. thank you in advance. :scratch:

    i got this script from lomcn n trying to make a good server ..


  2. #2
    Account Upgraded | Title Enabled! scottishero is offline
    MemberRank
    Oct 2005 Join Date
    Glasgow, ScotlandLocation
    334Posts

    Re: explain ?

    This is the wrong section for this, post here http://forum.ragezone.com/forumdisplay.php?f=62



Advertisement