1
Fan Art / Re: Cool and funny screens
« on: March 07, 2017, 02:40:13 pm »
Nice stats, don't you think?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
bool s_ReceiveHolodisk(Critter& player, Scenery& terminal, int skill, Item@ item)
{
if(valid(item) || skill != -1)
return false;
GameVar@ var = GetLocalVar(LVAR_q_glow_holodisk, player.Id);
if(var.GetValue() != 1)
return false;
var = 2;
Item@ disk = player.AddItem(PID_HOLODISK, 1);
disk.HolodiskNumber = 666; // TODO
return true;
}
If i open FOnline2238.cfg as a note i see this thing and i can't make some bindings. Have somebode something like this?