Gothic 1 Classic

Gothic 1 Classic

Schwere Garderьstung
Mostrando 1-3 de 3 aportaciones
Actualización: 14 JUN 2022 a las 14:04

if Npc_HasItems(other,GRD_ARMOR_L)
{
return TRUE;
};
if Npc_HasItems(other,GRD_ARMOR_M)
{
return TRUE;
};
if Npc_KnowsInfo(hero,GRD_219_Stone_GETSTUFF)
{
return TRUE;
};

Actualización: 17 MAY 2022 a las 19:35

Actualización: 17 MAY 2022 a las 18:26