This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (canopendoor1) // where canopendoor1 is a bool, in this case it's true
{
player.Say("I can finally go thru the door!");
// add code to open door and etc..
}
else player.Say("I'm not done here yet!");
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.971 seconds with 20 queries.