Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP MODDER!
albertoilmodder Offline
Junior Member

Posts: 29
Threads: 6
Joined: Aug 2013
Reputation: 0
#11
RE: HELP MODDER!

No Adrianis quiet, I had not noticed it and I corrected it works perfectly! Wink

I'm sorry for the way I talk, I hope you understand what I say.
(This post was last modified: 08-15-2013, 08:06 PM by albertoilmodder.)
08-15-2013, 08:01 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#12
RE: Script Amnesia

http://wiki.frictionalgames.com/hpl2/amn..._functions

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
08-15-2013, 08:13 PM
Find
albertoilmodder Offline
Junior Member

Posts: 29
Threads: 6
Joined: Aug 2013
Reputation: 0
#13
RE: Script Amnesia

Thank you very much even though I do not understand very well because it is in English and I'm Italian, and Google translator translates badly.

and then I needed the full script and not just the void
(This post was last modified: 08-15-2013, 08:25 PM by albertoilmodder.)
08-15-2013, 08:22 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#14
RE: HELP MODDER!

(08-15-2013, 12:47 PM)Adrianis Wrote: Heads up Chaser

AddUseItemCallback("", "acido1", "organico1", "Dissolve", true);

You're missing a " before organico1. If the script is copy & pasted, albertoilmodder's going to come back with an error Smile

Yea, I wrote it very fast, I had to leave soon... sorry :p

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
08-15-2013, 08:23 PM
Find
Adrianis Offline
Senior Member

Posts: 620
Threads: 6
Joined: Feb 2012
Reputation: 27
#15
RE: HELP MODDER!

No need to apologise Smile

08-16-2013, 01:23 AM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#16
RE: Script Amnesia

Do you have any experience with HPL2 scripting? Or are you a beginner?

Trying is the first step to success.
08-16-2013, 08:42 PM
Find
albertoilmodder Offline
Junior Member

Posts: 29
Threads: 6
Joined: Aug 2013
Reputation: 0
#17
RE: Script Amnesia

(08-16-2013, 08:42 PM)FlawlessHair Wrote: Do you have any experience with HPL2 scripting? Or are you a beginner?

I have a bit of experience but the truth is that I am 12 years old so for me it's a bit complicated.
08-16-2013, 09:29 PM
Find
albertoilmodder Offline
Junior Member

Posts: 29
Threads: 6
Joined: Aug 2013
Reputation: 0
#18
Sound Amnesia! Urgent!

Hello everyone Modder Amnesia, excuse my English, I'm Italian, I'm creating a mod and I have a problem, I wrote the script that is used to open a door with a crowbar, and I put a sound in the game but you do not hear, now I write the script below:

void OnStart ()
{
AddUseItemCallback ("", "spranga1", "porta6", "apridoor", true);
}

void apridoor (string & in item, string & in door)
{
    SetSwingDoorLocked ("porta6", false, true);
    PlaySoundAtEntity ("", "hit_wood2", "Player", 0, false);
    RemoveItem ("spranga1");
}

I did wrong, can you help me please?
Thanks in advance!
08-16-2013, 09:37 PM
Find
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#19
RE: HELP MODDER!

Moved & Merged. Scripting questions go under Development Support section and not Technical Support. Also, since you make lots of help request topics every day, make one thread and ask everything there (keep this one).
08-16-2013, 09:52 PM
Find
albertoilmodder Offline
Junior Member

Posts: 29
Threads: 6
Joined: Aug 2013
Reputation: 0
#20
RE: HELP MODDER!

ok, sorry, I'll go in the Development Support section and redo the same question, thank you.

But the question is not already in Develoment Support?
(This post was last modified: 08-16-2013, 10:52 PM by albertoilmodder.)
08-16-2013, 10:10 PM
Find




Users browsing this thread: 1 Guest(s)