I NEED NPC HElp

Join Discord

Martel

Dedicated Member
Dedicated Member
Aug 27, 2003
30
0
102
at my house
theres something wrong with this and i cant find wat is

[@main]
#IF
checkpkpoint 2
#SAY
Enjoy Jail Pker.\\
#ACT
take townteleport 60
take randomteleport 60
take teleporthome 60
take randombundle 60
take towntelebundle 60
take telehomebundle 60
timerecall 15
map T218
break
#ELSEACT
goto @main-1

[@main-1]
#SAY
Hello Sir,\
I provide a teleporting service.\
Please Choose which leveling Cave you would like.\\
<Hen Leveling/@HenLeveling>\
<ScareCrow Leveling/@ScareLeveling>\
<Oma Leveling/@Oma>\
<Yeti Leveling/@Yeti>\
<Skelly Leveling/@skelly>\
<Zombie Leveling/@Zombie>\
<More.../@ML>\

[@ML]
#SAY
<Wooma Leveling/@wooma>\
<BoneCaptin Leveling/@Bone>\
<35-40 Leveling/@35+>\
<Level 40+ Cave/@40+>\
<Level 42+ Cave/@42+>\
<Back/@<main-1>

[@HenLeveling]
#IF
checklevel 12
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f001
break

[@ScareLeveling]
#IF
checklevel 12
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f002
break

[@Oma]
#IF
checklevel 22
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f003
break

[@Yeti]
#IF
checklevel 22
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f004
break

[@Skelly]
#IF
checklevel 28
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f005
break

[@Zombie]
#IF
checklevel 28
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f006
break

[@wooma]
#IF
checklevel 35
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f007
break

[@Bone]
#IF
checklevel 35
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f008
break

[@35+]
#IF
checklevel 40
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f0088
break

[@40+]
#IF
checklevel 50
#ACT
goto @toohigh
#ELSEACT
give townteleport 1
mapmove f009
break

[@42+]
#IF
checklevel 50
#ACT
goto @toohigh
#elseact
give townteleport 1
mapmove f010
break

[@toohigh]
#SAY
You are not yet strong enough to use\
this leveling facility.\
<Back/@main-1>


ty in advance

Arutha
 

Viola A.I.

Golden Oldie
Golden Oldie
Aug 14, 2003
692
0
173
Newcastle - UK
Bent! Copy the text, paste into a new document, replace the old one with the new one.
Also, check your NPC setups, you might have misplaced something.

Else...take a spoon and eat your processor - for it is weak!