Page 1 of 1
Scripting?
Posted: Thu Aug 23, 2012 1:21 am
by The Endertainer
I know this might be a stupid question (but i am new at wad making, so i need help) but how do you make scripts? There's one particular thing i want to know how, its how to set a slot for a weapon (ex.:the chaingun goes in slot 4)
RE: Scripting?
Posted: Thu Aug 23, 2012 1:24 am
by TerminusEst13
You don't really have to learn scripting for that.
http://zdoom.org/wiki/Weapon_slots - This will tell you how.
RE: Scripting?
Posted: Thu Aug 23, 2012 1:38 am
by BloodyAcid
Also, you posted in the wrong forum. The one you're looking for is this:
http://zandronum.com/forum/forumdisplay.php?fid=11
Also, you're not looking for ACS scripting, but rather DECORATE code.
RE: Scripting?
Posted: Thu Aug 23, 2012 9:46 am
by Springy
It will be in decorate and it's weapon.slotnumber you're looking for.
RE: Scripting?
Posted: Thu Aug 23, 2012 11:51 am
by Disguise
Moved to the correct place.
RE: Scripting?
Posted: Thu Aug 23, 2012 12:48 pm
by The Endertainer
OK, but how do i actually replace a weapon? Basically replace the old chaingun with the new chaingun.
RE: Scripting?
Posted: Thu Aug 23, 2012 1:11 pm
by Neewbie
RE: Scripting?
Posted: Thu Aug 23, 2012 5:45 pm
by Watermelon
The Endertainer wrote:
OK, but how do i actually replace a weapon? Basically replace the old chaingun with the new chaingun.
http://zdoom.org/wiki/Using_inheritance
Go there, youre going to be using 'replaces'.