Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Scripts Recollection
Post: RE: Scripts Recollection
In math, as they say, combine like terms.
So what is in the void OnStart() combines with what is in the other one.
It should look like this:
Code:void OnStart()
{
AddUseIte... |
|
Kyle |
Development Articles
|
115 |
164,543 |
11-09-2011, 02:00 AM |
|
|
Thread: Scripts Recollection
Post: RE: Scripts Recollection
I don't understand what you're trying to do, but I think you're trying to say that you need to add onto the script like, for example, cause something else to happen with another different command func... |
|
Kyle |
Development Articles
|
115 |
164,543 |
11-09-2011, 12:52 AM |
|
|
Thread: Illumination [Underwater Demonstration Video]
Post: RE: Illumination [Underwater Demonstration Video]
I think I'm just gonna edit this. <3 |
|
Kyle |
Custom Stories, TCs & Mods - Development
|
46 |
55,811 |
10-16-2011, 01:39 PM |
|
|
Thread: Problems
Post: RE: Problems
Try rearranging it like this:
Code:void OnStart()
{
AddEntityCollideCallback("Player", "shadow", "shadowappear", true, 1);
}
void shadowappear(string &in asParent, string... |
|
Kyle |
Development Support
|
4 |
4,058 |
10-15-2011, 01:03 AM |
|
|
Thread: Problems
Post: RE: Problems
I see multiple errors.
Code:void OnEnter()
{
}
void OnStart()
{
AddEntityCollideCallback("Player", "shadow", "shadowappear", true, 1);
}
void shadowappear(string &in asPa... |
|
Kyle |
Development Support
|
4 |
4,058 |
10-15-2011, 12:26 AM |
|
|
Thread: Slide Show display - help please. im so close to this.
Post: RE: Slide Show display - help please. im so close ...
I always try to be case sensitive, even if the scripting language doesn't care, it just makes it consistant throughout the script. :) |
|
Kyle |
Development Support
|
2 |
4,069 |
10-10-2011, 10:48 AM |
|
|
Thread: [Paid] 3d Modeler available for work.
Post: RE: [Paid] 3d Modeler available for work.
(10-09-2011, 10:00 PM)Your Computer Wrote: The topic starter shouldn't expect anyone to take him up on his offer, as he is bound to charge a few hundred dollars for it. For a game that costs $20... |
|
Kyle |
Development Resources
|
16 |
19,544 |
10-09-2011, 10:01 PM |
|
|
Thread: .lang isn't loading, HALP! :> [SOLVED]
Post: RE: .lang isn't loading, HALP! :>
The only thing I see that could be a problem is in the category "Examine", where there are multiple entries that are named the same. Perhaps change the second to "Entry2", the third to "Entry3", and t... |
|
Kyle |
Development Support
|
6 |
6,088 |
10-09-2011, 05:29 PM |
|
|
Thread: .lang isn't loading, HALP! :> [SOLVED]
Post: RE: .lang isn't loading, HALP! :>
I can't trust downloads. ;)
Can you please copy and paste the actual .lang file onto the post so I can look at it from here?
Thanks in advance. :3
|
|
Kyle |
Development Support
|
6 |
6,088 |
10-09-2011, 04:44 PM |
|
|
Thread: Illumination [Underwater Demonstration Video]
Post: RE: Illumination [Underwater Demonstration Video]
(10-08-2011, 01:13 PM)UnseenLegend ( NL ) Wrote: you got that idea from Illumina of your custom story.
I've never heard of this "Illumina" before, care to explain what it is exactly? |
|
Kyle |
Custom Stories, TCs & Mods - Development
|
46 |
55,811 |
10-09-2011, 01:09 PM |
|
|
Thread: Tinderbox inventory detection or Reset ignite property: I need one!
Post: RE: Tinderbox inventory detection or Reset ignite ...
I'm not exactly sure what you're getting at, but I think you could have a global variable integer that increases by every interaction between the player and a tinderbox. So that once the player has a ... |
|
Kyle |
Development Support
|
22 |
20,665 |
10-02-2011, 09:48 PM |
|
|
Thread: I need some help with two problems.
Post: RE: I need some help with two problems.
Code:void OnStart()
{
AddUseItemCallback("", "key_4", "locked_door1", "UsedKeyOnDoor", true);
}
void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
&nb... |
|
Kyle |
Development Support
|
7 |
7,406 |
10-02-2011, 05:24 PM |
|
|
Thread: Lever Problem!
Post: RE: Lever Problem!
Have an AddEntityCollideCallback between the lever and an area slightly in front of the lever mount. Then set the lever and lever mount inactive, and then also set a fully built lever active which has... |
|
Kyle |
Development Support
|
2 |
3,145 |
10-02-2011, 01:38 PM |
|
|
Thread: I need some help with two problems.
Post: RE: I need some help with two problems.
(10-01-2011, 11:53 PM)Your Computer Wrote: (10-01-2011, 11:15 PM)Kyle Wrote: I see your simple problem, which has a simple answer. I'm suprised nobody replied on the answer yet. It appears that so... |
|
Kyle |
Development Support
|
7 |
7,406 |
10-01-2011, 11:57 PM |
|
|
Thread: I need some help with two problems.
Post: RE: I need some help with two problems.
I see your simple problem, which has a simple answer. I'm suprised nobody replied on the answer yet. It appears that some people here on the forums may try to help when they still need to understand i... |
|
Kyle |
Development Support
|
7 |
7,406 |
10-01-2011, 11:15 PM |
|
|
Thread: Chair is flying past the player [Script help]
Post: RE: Chair is flying past the player [Script help]
Change this:
ChairScare(string &in entity, string &in type)
To this:
ChairScare(string &in asParent, string &in asChild, int alState)
It should be like that because the callback wa... |
|
Kyle |
Development Support
|
2 |
2,919 |
09-29-2011, 10:44 AM |
|
|
Thread: I GIVE UP!
Post: RE: I GIVE UP!
I'm not sure if anyone told you this, but this:
void Goodjob(string &in asTimer)
Should be this:
void Goodjob(string &in asParent, string &in asChild, int alState)
|
|
Kyle |
Development Support
|
10 |
11,173 |
09-27-2011, 10:41 AM |
|
|
Thread: Our team needs a good scripter for an amazing puzzle !
Post: RE: Our team needs a good scripter for an amazing ...
Nevermind what I said. :) |
|
Kyle |
Custom Stories, TCs & Mods - Development
|
23 |
24,241 |
09-21-2011, 12:19 AM |
|
|
Thread: Illumination [Underwater Demonstration Video]
Post: RE: Illumination [Underwater Demonstration Video]
Currently it's on stand by because of the increasingly difficult workloads of homework I get on top of the average school difficulty. Though I hadn't expected it to be so much, I have to find the time... |
|
Kyle |
Custom Stories, TCs & Mods - Development
|
46 |
55,811 |
09-20-2011, 10:51 PM |
|
|
Thread: Any Good, Free Video Recorders for Computer?
Post: Any Good, Free Video Recorders for Computer?
I have been looking hard for a FREE video recorder including monitor and headset audio. Please, if it isn't free, then I can't use it.
I love FRAPS, but it costs too much so I had to use trial. :(
... |
|
Kyle |
Off-Topic
|
3 |
4,853 |
09-18-2011, 11:55 PM |