Staredit Network

Staredit Network -> SCMDraft -> Switch Naming
Report, edit, etc...Posted by Shadow-Killa_04 on 2006-02-22 at 03:34:37
Hi, well I'm using SCMdraft 2 for my Plant Trees 3 map. This is probably really simple but how do you rename switches just to make my life alittle easier.

As far as I can tell when you say set switch or something like that you can't rename it there and I haven't been able to find a menu or something that lets you.
Report, edit, etc...Posted by Kumano on 2006-02-22 at 08:19:13
I'm not very familiar with SCMDraft, but I usually just use notepad to keep track of my switches.
Report, edit, etc...Posted by Shadow-Killa_04 on 2006-02-22 at 12:21:56
Ya, thats what I've been doing but it'd be alittle easier if they were just labeled.
Report, edit, etc...Posted by Crispie on 2006-02-22 at 13:47:06
http://www.staredit.net/index.php?showtopic=13854


Read the FAQ silly tongue.gif By the way Im looking forward to your map.
Report, edit, etc...Posted by Shadow-Killa_04 on 2006-02-22 at 17:46:43
Awww.. My bad. Well thx for telling me.
Report, edit, etc...Posted by Zwitch on 2006-03-07 at 21:20:09
I've read the FAQ and this and I still don't understand where to input the Switch Renaming code that goes in TrigEdit.

Edit: After a day of messing around I finally figured out the format and placement. However, now everytime I try to add another switch in the switch's tab, it only keeps the latest one I've added after compiling how do I add them in so it keeps every new renamed switch??
Report, edit, etc...Posted by 00cnr on 2006-03-08 at 23:17:43
Silly me, triggers are for kids. I just learned how to save my triggers on SCMDraft. Stupid me. I lost a few triggers because of that one. sad.gif
Report, edit, etc...Posted by Zwitch on 2006-03-09 at 10:22:12
Okay, this is what it's doing to me right now:

I input this into the Switches Tab:
CODE
Switch0 "Blah1"
Switch1 "Blah2"
Switch2 "Blah3"

Then I hit compile and it says done. I close TrigEdit and reopen it and this is all that remains under my Switches Tab:
CODE
0 "Blah3"

It only saves the last switch as 0
How do I keep all the switches?

Report, edit, etc...Posted by Shadow181 on 2006-03-12 at 02:57:00
to write a switch's name in Trigedit is:

# Open Trigger editor.
# Switch to the "Switches" tab.
# Use the following syntax:
-0[TAB]"<SWITCH NAME>"
-1[TAB]"<SWITCH NAME>"
- ETC.
Report, edit, etc...Posted by Zwitch on 2006-03-12 at 08:42:52
I tried that method, still does that same thing too... it only saves the last code in the list of renamed switches as
CODE
0     "<Whatever Last Switch Name Entered Was>"

All the other previous switches are that were input were removed confused.gif If I try to add an additional switch to that 1 switch rename saved, it removes the old one and keeps only the last one entered.
Report, edit, etc...Posted by Oo.Insane.oO on 2006-03-12 at 20:49:27
You can do that or you can just hire someone with a good memory to keep track of what your switches mean smile.gif
Report, edit, etc...Posted by Zwitch on 2006-03-12 at 21:12:01
Is it possible to have a renamed switch that is too long? In which case, it gives an error?
Next Page (1)