So every time I "Double Define" this script according to Doom Builder I've "Double Defined" it and it doesn't work . But The While Loop Script can be used multiple
times , the only problem is is that the While Loop Script doesn't work , But the Counter Variable Script works every time I've used it , I need it to work multiple times because the current map I'm working on needs alot of scripting but it Actually needs to work
If anyone can help thanks...
Edited by PITTSBURGH PENGUINS messed up the title of topic
Question
PITTSBURGH PENGUINS
This is the Counter Variable Script :
int totalenemies = 4;
int killcount;
script "Enemy Death Monitor 1" (void)
{
killcount++;
if (killcount >= totalEnemies)
{
Floor_LowerByValue (12, 64, 32);
}
}
So every time I "Double Define" this script according to Doom Builder I've "Double Defined" it and it doesn't work . But The While Loop Script can be used multiple
times , the only problem is is that the While Loop Script doesn't work , But the Counter Variable Script works every time I've used it , I need it to work multiple times because the current map I'm working on needs alot of scripting but it Actually needs to work
If anyone can help thanks...
Edited by PITTSBURGH PENGUINSmessed up the title of topic
Share this post
Link to post
27 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.