Swing. Instructional map with a door, a chest, a lever, a bridge and a valve.

Sprites, textures, sounds, code, and other resources belong here. Share and share-alike!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
  • Is the resource ENTIRELY my own work?
  • If no to the previous one, do I have permission from the original author?
  • If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
If you answered no to all three, maybe you should consider taking your stuff somewhere other than the Resources forum.

Consult the Resource/Request Posting Guidelines for more information.

Please don't put requests here! They have their own forum --> here. Thank you!
Fragger
Posts: 41
Joined: Sat Mar 19, 2022 11:59 am
Graphics Processor: Intel (Modern GZDoom)

Swing. Instructional map with a door, a chest, a lever, a bridge and a valve.

Post by Fragger »

https://youtu.be/pgF64CJJtGg
https://www.doomworld.com/applications/ ... ?id=232387

Updated valve script

Code:
script "VALVE" (void)
{
ACS_Execute(1,0,100,0,0);
PlaySound(29,"VALVE");
Delay(20);
Ceiling_RaiseByValueTimes8(23,8,11);
Delay(1);
PlaySound(66,"WATER");
}
script 1 (int spintime)
{
while (spintime-- > 0)
{
SetActorPitch (29, GetActorPitch (29) - 0.02);
Delay (1);
print(s:"You are filling the pool");
}
}

Return to “Resources”