Spoiler
Am I supposed to give Kasper a drug? I couldn't find anything around.
[close]
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Armageddon on Sat 21/05/2016 10:33:48I couldn't play it, the FPS was too low on my computer (which runs most of the 3D games smoothly).
Here's mine: http://gamejolt.com/games/tooth-decay/149988
using UnityEngine;
using System.Collections;
namespace RoomScripts
{
public class THA_Room_3 : AE_Room
{
public AudioClip acScream;
public override void RoomStart()
{
base.RoomStart();
PlaySound(acScream, false);
Wait(3.0f);
Say("I shift shape.");
Wait(1.0f);
ChangeRoom(4);
}
}
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.081 seconds with 15 queries.