Commit 12489a2b authored by Lizzy's avatar Lizzy
Browse files

plans

parent 1d31e9f3
Branches master
No related merge requests found
Showing with 7 additions and 1 deletion
using Sandbox.Game.EntityComponents;
using Sandbox.Game.EntityComponents;
using Sandbox.ModAPI.Ingame;
using Sandbox.ModAPI.Interfaces;
using SpaceEngineers.Game.ModAPI.Ingame;
......@@ -57,6 +57,12 @@ namespace IngameScript
public void Main(string argument, UpdateType updateSource)
{
// What do we want this to do?
// BASIC - When near the base, switch to a slower speed mode, switch rear wheels to steering, and turn on the battery to recharge mode (if in range of one of the power transmitters)
// BASIC - When moving away from the base, the oposit of the above
// BASIC - Switch off all lights when entering the internal areas of the base -- Can use a sensor for this
// /
Dictionary<UpdateType, string> typeee = new Dictionary<UpdateType, string> {
{ UpdateType.Once, "Once!" },
{ UpdateType.Update100, "Update100" },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment