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
Display variable
tasilvarPL Offline
Junior Member

Posts: 1
Threads: 0
Joined: Jul 2013
Reputation: 0
#10
RE: Display variable

(09-22-2012, 06:42 PM)BeeKayK Wrote: Just do:

if(GetLocalVarInt("Variable") == 1)
{
SetMessage("Messages", "Variable_1", 0);
}


if(GetLocalVarInt("Variable") == 2)
{
SetMessage("Messages", "Variable_2", 0);
}

and so on...

hm, okej - and how do it, that i can connect variables with any string ?
I did
SetMessage("Skrytki","Odkryto"+GetGlobalVarInt("OdkryteSkrytki")+GetGlobalVarString("Separator")+GetGlobalVarInt("MaxSkrytek"), 3);

but this doesnt work :/
Please help me, and sorry for my english Smile
btw. i want display this connect strings by collided in area script.
07-29-2013, 05:21 PM
Find


Messages In This Thread
Display variable - by Akos115 - 09-22-2012, 06:34 PM
RE: Display variable - by FlawlessHappiness - 09-22-2012, 06:42 PM
RE: Display variable - by Your Computer - 09-22-2012, 07:25 PM
RE: Display variable - by Akos115 - 09-22-2012, 07:35 PM
RE: Display variable - by FlawlessHappiness - 09-22-2012, 07:44 PM
RE: Display variable - by Akos115 - 09-22-2012, 07:50 PM
RE: Display variable - by FlawlessHappiness - 09-22-2012, 08:09 PM
RE: Display variable - by Akos115 - 09-22-2012, 08:23 PM
RE: Display variable - by Robby - 09-22-2012, 08:43 PM
RE: Display variable - by tasilvarPL - 07-29-2013, 05:21 PM



Users browsing this thread: 1 Guest(s)