NPC 1
NPC 2
Woola.
;; Group challanger by MentaL!!!
;- Errors
[@error1]
Sorry but your not high enough level to use this!\
<exit/@exit>
[@error2]
Sorr but your not group leader and cannot use this!\
<exit/@exit>
;-- Begin
[@main]
Welcome to the Group Challanger, i am the leader of the\
environments that you will be taken to, but there are a\
few rules which must be read before attempting the chall-\
nge, so if your ready for the battle of your life, read\
the rules!!!\
<The Rules/@rules>\\
<Enter the lobby/@begin>\\
<exit/@exit>
[@rules]
<The Rules are as follows>:\
\
- You must be group leader \
- You can only have a max of 4 people in your grp \
- The Leader must be over the level of 30\
- Only the leader recieves the prize!\
\
<Enter the lobby/@begin>\\
<Main/@main>\
<exit/@exit>
[@begin]
#IF
checklevelex > 29
#ACT
goto @begin1
#ELSEACT
goto @error1
[@begin1]
#IF
isgroupmaster
#ACT
goto @working
#ELSEACT
goto @error2
[@working]
#IF
checkhum rzgbattle1 1
#ACT
goto @peoplewaiting
#ELSEACT
groupmapmove rzgbattle1
NPC 2
[@main]
Hi, welcome to the lobby, when your group is ready and four\
of you are willing, we can begin the challange, but remember!\
we are not responsible for you loosing your items or to replace\
them, good luck but remember, this is all about teamwork!\
\ \
<Begin the challange/@begin>\
<Exit/@leave>
[@leave]
#ACT
groupmapmove 0101
[@begin]
#IF
checkhum rzgbattle1 4
#ACT
goto @toomany
#ELSEACT
goto @begin1
[@toomany]
Hi, it seems you have to many people inside your group!\
<exit/@exit>
[@begin1]
#IF
isgroupmaster
#ACT
goto @begin2
#ELSEACT
goto @leaderonly
[@leaderonly]
Hi, this is for your group leader only, be patient!!!\
<exit/@exit>
[@begin2]
OK
Woola.
