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
help with script
Cruzore Offline
Senior Member

Posts: 301
Threads: 2
Joined: Jun 2012
Reputation: 37
#7
RE: help with script

void breakwood (string &in asItem, string &in asEntity)
{
SetEntityActive("block", false);
PlaySoundAtEntity("", "break_wood", "mansion_1", 0, false);
GiveSanityBoost();
RemoveItem(asItem);

void bookscare(string &in asParent, string &in asChild, int alState)
the function "breakwood" has no closing bracket }

Think, before you speak Google, before you post
07-06-2012, 09:37 PM
Find


Messages In This Thread
help with script - by mccrazy5 - 07-06-2012, 09:21 PM
RE: help with script - by Cruzore - 07-06-2012, 09:25 PM
RE: help with script - by mccrazy5 - 07-06-2012, 09:32 PM
RE: help with script - by Cruzore - 07-06-2012, 09:33 PM
RE: help with script - by mccrazy5 - 07-06-2012, 09:35 PM
RE: help with script - by Adny - 07-06-2012, 09:37 PM
RE: help with script - by Cruzore - 07-06-2012, 09:37 PM
RE: help with script - by mccrazy5 - 07-06-2012, 09:40 PM



Users browsing this thread: 1 Guest(s)