void main()
{
object oObelisk = OBJECT_SELF;
location lLoc = GetLocation(oObelisk);
effect eHB = EffectNWN2SpecialEffectFile("fx_hag_spawn01", oObelisk, lLoc) ApplyEffectToObject(DURATION_TYPE_INSTANT, eHB, oObelisk); //This line has the error: Parsing Variable List
}
I haven't been crunching code for a while - what am I missing here?
Modifié par Morbane, 14 mars 2011 - 09:46 .





Retour en haut







