Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help ;) solved!
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#8
RE: Help ;) Not solved!

Before they enter the cave, you can use an if statement to check if they have the lantern item by using HasItem(string& asName). You can add something like this into your code:
PHP Code: (Select All)
if(HasItem("lantern_1")) {
    
TeleportPlayer("InCave");
}
else {
    
SetMessage("Messages""NeedLantern"0);


In Ruins [WIP]
04-14-2013, 10:07 PM
Find


Messages In This Thread
Help ;) solved! - by VeNoMzTeamHysterical - 04-14-2013, 10:21 AM
RE: Help ;) - by Romulator - 04-14-2013, 12:01 PM
RE: Help ;) - by VeNoMzTeamHysterical - 04-14-2013, 12:23 PM
RE: Help ;) - by Romulator - 04-14-2013, 12:53 PM
RE: Help ;) - by VeNoMzTeamHysterical - 04-14-2013, 01:02 PM
RE: Help ;) - by 7heDubz - 04-14-2013, 12:42 PM
RE: Help ;) - by VeNoMzTeamHysterical - 04-14-2013, 12:43 PM
RE: Help ;) Not solved! - by NaxEla - 04-14-2013, 10:07 PM
RE: Help ;) Not solved! - by VeNoMzTeamHysterical - 04-15-2013, 08:24 AM
RE: Help ;) Not solved! - by PutraenusAlivius - 04-15-2013, 07:18 AM
RE: Help ;) solved! - by VeNoMzTeamHysterical - 04-15-2013, 05:01 PM



Users browsing this thread: 1 Guest(s)