/sdm/ - NuSoiDooM Progression Thread

44 replies·650 views
User avatar
Turrican

>Jannies they know me, they know I'm right. I've been talking to jannies all my life.

/ 3
User avatar
Turrican

>Jannies they know me, they know I'm right. I've been talking to jannies all my life.

3 weeks ago#304775
User avatar
Turrican

>Jannies they know me, they know I'm right. I've been talking to jannies all my life.

5 days ago#622168(edited 5 days ago)
Post #213849Post #213848Post #213855Post #213860
Nusprites
User avatar
Turrican

>Jannies they know me, they know I'm right. I've been talking to jannies all my life.

2 days ago#664069
int mountainData[4] = {0,0,0,0};
SCRIPT 24 (VOID)
{
int mountainRoll = random(1,4);
int lazySLF[4] = {-138,-156,-153,-159};
int safetyLock = 0;
if(safetyLock < 1)
{
log(s:"rolls ",d:mountainRoll,s:" at: ",d:mountainData[mountainRoll - 1]);
if(mountainData[mountainRoll - 1] < 1)
{
Floor_LowerByValue(61+mountainRoll, random(1,128), 68);
//log(s:"lower start");
safetyLock = 1;
do {
//log(f:GetActorFloorZ(61+mountainRoll));
delay(1);
} until(GetActorFloorZ(61+mountainRoll) <= lazySLF[mountainRoll - 1] - 68);
//log(s:"lower stop");
safetyLock = 0;
mountainData[mountainRoll - 1] = 1;
}
else if (mountainData[mountainRoll - 1] >= 1)
{
Floor_RaiseByValue(61+mountainRoll, random(1,128), 68);
log(s:"raise start");
safetyLock = 1;
do {
log(f:GetActorFloorZ(61+mountainRoll));
delay(1);
} until(GetActorFloorZ(61+mountainRoll) >= lazySLF[mountainRoll - 1]);
log(s:"raise stop");
safetyLock = 0;
mountainData[mountainRoll - 1] = 0;
}
}
else
{
log(s:"safety lock on");
delay(1);
}
}
ts pmo blud
User avatar
PuertoRican

Let me see more posts on the comments page like before pls

21 hours ago#685346
Turrican
Post #213849Post #213848Post #213855Post #213860
Nusprites
Gemmy
User avatar
Turrican

>Jannies they know me, they know I'm right. I've been talking to jannies all my life.

21 hours ago#685349
PuertoRican
Turrican
Show quoted text
Post #213849Post #213848Post #213855Post #213860
Nusprites
Gemmy
Thanks, it's just like mi heckin' terrywads
/ 3
Log in to reply to this thread.