Lvl50barrier
Entered()
if(usr.level >= 50)
src << "You got through the barrier with no problem."
else
src << "You may not enter! You don't have the skill yet."
ID:168041
Dec 19 2005, 6:28 am
|
|
how in the hell do you make a lvl barrier. where if the mob isnt the lvl lets say 50 then it cant get in if its over it just walks in? i know area and i got some coding for it
|
Dec 19 2005, 6:35 am
|
|
In response to Artemio
|
|
didnt work, doesnt it have to be an area?
|
In response to KamuraiKin
|
|
There's no reason for it not to work, although if your mob's level var is greater than or equal to 50, it'll let the mob pass.
Here, try this and tell me what it says. turf/Barrier/Enter(mob/a) |
In response to Artemio
|
|
k that one worked
|