Group: Member
Posts: 42
Type: Musician
RM Skill: Skilled
That's not hard a parallel process that check your level and stores it make a Conditional branch on the door If VARLEVEL is greater or = to 100 > Do what you need to make the door thing work >Else >"You need to be at least level 100 to enter." You don't really NEED a parallel process either When the player interacts with the door the first thing it should do is a variable operation: Plrlvl= Hero's level Then use a conditional branch to determine whether the door opens or not. Should look like this: If Plrlvl = or is Greater than 100 >(door opens) >Else >Message: "You cannot enter this room until you are level 100"
This post has been edited by MissCoriel: Jan 31 2012, 01:08 AM