View unanswered posts | View active topics It is currently Wed Apr 17, 2024 12:07 am



Reply to topic  [ 6 posts ] 
 I need help with something 
Author Message
User avatar

Joined: Thu Jul 15, 2010 1:52 pm
Posts: 165
Reply with quote
Post I need help with something
Alright how would one such as I, make all of the campaign maps editable like place actors and other jazz.

I know how to do it with the zombie cave
seeing as I change a single line of coding. But I notice the others don't have this "single" line of coding.


Tue Nov 16, 2010 1:41 am
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: I need help with something
What is this "single" line of code?


Tue Nov 16, 2010 2:08 am
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: I need help with something
Add the line.


Tue Nov 16, 2010 3:40 am
Profile WWW
User avatar

Joined: Thu Jul 15, 2010 1:52 pm
Posts: 165
Reply with quote
Post Re: I need help with something
Before: -- If we can't find an unassigned brain in the scene to give each player, then force to go into editing mode to place one
if not foundBrain then
self.ActivityState = Activity.EDITING;

After: -- If we can't find an unassigned brain in the scene to give each player, then force to go into editing mode to place one
if foundBrain then
self.ActivityState = Activity.EDITING;

That is pasted straight from the edited zombie cave.
But I did a detailed search on each one and I couldn't find anything. Either that or I am just stupid and didn't see it. :V


Tue Nov 16, 2010 4:03 am
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: I need help with something
Why not just do what Allstone said and copy-pasta that into your script?


Tue Nov 16, 2010 4:20 am
Profile
User avatar

Joined: Thu Jul 15, 2010 1:52 pm
Posts: 165
Reply with quote
Post Re: I need help with something
Didn't work.


Tue Nov 16, 2010 5:04 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 6 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.047s | 15 Queries | GZIP : Off ]