albertoilmodder
Junior Member
Posts: 29
Threads: 6
Joined: Aug 2013
Reputation:
0
|
RE: HELP MODDER!
No Adrianis quiet, I had not noticed it and I corrected it works perfectly!
I'm sorry for the way I talk, I hope you understand what I say.
|
|
08-15-2013, 08:01 PM |
|
The chaser
Posting Freak
Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation:
113
|
RE: Script Amnesia
THE OTHERWORLD (WIP)
Aculy iz dolan.
|
|
08-15-2013, 08:13 PM |
|
albertoilmodder
Junior Member
Posts: 29
Threads: 6
Joined: Aug 2013
Reputation:
0
|
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
|
|
08-15-2013, 08:22 PM |
|
The chaser
Posting Freak
Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation:
113
|
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
Yea, I wrote it very fast, I had to leave soon... sorry :p
THE OTHERWORLD (WIP)
Aculy iz dolan.
|
|
08-15-2013, 08:23 PM |
|
Adrianis
Senior Member
Posts: 620
Threads: 6
Joined: Feb 2012
Reputation:
27
|
RE: HELP MODDER!
No need to apologise
|
|
08-16-2013, 01:23 AM |
|
FlawlessHappiness
Posting Freak
Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation:
171
|
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 |
|
albertoilmodder
Junior Member
Posts: 29
Threads: 6
Joined: Aug 2013
Reputation:
0
|
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 |
|
albertoilmodder
Junior Member
Posts: 29
Threads: 6
Joined: Aug 2013
Reputation:
0
|
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 |
|
plutomaniac
Super Moderator
Posts: 6,368
Threads: 45
Joined: May 2011
Reputation:
183
|
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 |
|
albertoilmodder
Junior Member
Posts: 29
Threads: 6
Joined: Aug 2013
Reputation:
0
|
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?
|
|
08-16-2013, 10:10 PM |
|
|