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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SanityBoost script is giving me an error?
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#6
RE: SanityBoost script is giving me an error?

(10-20-2011, 09:01 PM)MissMarilynn Wrote: And how do I fix the sanity problem then? Can you give me a scripting example?

In other words, replace this:

PHP Code: (Select All)
void IsItLockedComplete(string &in entityint alState)
{
CompleteQuest("open_door_quest""open_door");
GiveSanityBoostSmall();


With:

PHP Code: (Select All)
void IsItLockedComplete(string &in entity)
{
CompleteQuest("open_door_quest""open_door");
GiveSanityBoostSmall();


Tutorials: From Noob to Pro
10-20-2011, 09:04 PM
Website Find


Messages In This Thread
RE: SanityBoost script is giving me an error? - by Your Computer - 10-20-2011, 09:04 PM



Users browsing this thread: 1 Guest(s)