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
A really annoying script problem
Tomato Cat Offline
Senior Member

Posts: 287
Threads: 2
Joined: Sep 2012
Reputation: 20
#5
RE: A really annoying script problem

PHP Code: (Select All)
void UseEmeraldStoneOnExtractor(string &in asItemstring &in asEntity)
{
int lState GetLocalVarInt("SqueezerState");

if(
GetLocalVarInt("ContainerBelow")==0)
{
//SetMessage("Messages", "NoContainerBelow", -1);
//return;


Comment lines and a typo?

Also, I din't think the UseItem callback has an alState parameter.
(This post was last modified: 05-23-2013, 10:36 PM by Tomato Cat.)
05-23-2013, 10:06 PM
Find


Messages In This Thread
A really annoying script problem - by Neelke - 05-23-2013, 07:03 PM
RE: A really annoying script problem - by Neelke - 05-23-2013, 09:08 PM
RE: A really annoying script problem - by Tomato Cat - 05-23-2013, 10:06 PM



Users browsing this thread: 1 Guest(s)