Forum | Not allow presenting evidence/profiles

You must be logged in to post Login Register

Search Forums:


 






Not allow presenting evidence/profiles

No Tags
UserPost

10:53 pm
March 21, 2010


StBacchus

Madison, WI

Member

posts 39

I'm trying to do a forced present where the player is only allowed to present a profile. I used:

present
_cr_back_button false
_allow_present_evidence false

But neither of those variables seems to work. Back button is still there, and player can present evidence. What am I doing wrong?

10:59 pm
March 21, 2010


RandomJibberish

Britain

Member

posts 14

I think you need to put the variables before the present.

11:30 pm
March 21, 2010


StBacchus

Madison, WI

Member

posts 39

Yep, and I also forgot to put setvar in front of the variables. I've made that same mistake before! Well, now there's a record I can look up next time. Confused

12:17 pm
April 16, 2010


saluk

Admin

posts 144

In the next version, _allow_present_evidence is changing to _evidence_present, and _allow_present_profiles is changing to _profiles_present. Both versions were apparently already documented and implemented (can't believe I did the same feature twice).

In fact, both versions are still allowed, but _allow_present version is not guaranteed to stay forever.

No Tags