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
Need some help with another script
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: Need some help with another script

(05-26-2013, 12:04 PM)Neelke Wrote: void DoProgress(string &in asEntity)
{
if(GetLocalVarInt("BarrierPistons") == 3){
{
SetGlobalVarInt("PotionPouredDown", 1);
AddTimer("done1", 3.0, "TimerDone1");
}
}

I think this is your issue. You have an opening brace but no closing brace.

If you are using Notepad++, its on lines 249 - 256 Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
05-26-2013, 01:04 PM
Find


Messages In This Thread
Need some help with another script - by Neelke - 05-26-2013, 12:04 PM
RE: Need some help with another script - by Romulator - 05-26-2013, 01:04 PM



Users browsing this thread: 1 Guest(s)