[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vr/ - Retro Games

Search:


View post   

>> No.3990412 [View]
File: 601 KB, 1600x900, Screenshot_Doom_20170513_214424.png [View same] [iqdb] [saucenao] [google]
3990412

aaaaa holy shit wrath of chronos is amazing
i wish i could play it with modern gzdoom versions though

like for example, one of the 663 errors ( all of them are "Integer expected for parameter 2" ) what is a problem with this:

FX13 I 2 Bright A_Explode(60+(ACS_ExecuteWithResult(WOC_MONSTERSCALE,13,TARGET,0)), 128, 0)


"WOC_MONSTERSCALE" is the name of the script, so i tried doing ACS_NamedExecuteWithResult("WOC_MONSTERSCALE",...) but it gave the same error

the acs script:

Script WOC_MONSTERSCALE (int val, int whose)
{
int input;
If(Checklevelaverage()!=0)
{
if(whose == TARGET)
SetActivatorToTarget(0);
input = ((val * CheckInventory("Level")));
SetResultValue(input/4-(val/4));
}
}


maybe its the lack of "" around WOC_MONSTERSCALE?

Navigation
View posts[+24][+48][+96]