i want,for example,write.....mmm,,.....HERESIARCH FROM HEXEN..port him to my mod for DOOM2....damn....
and making code in DECORATE...
Code: Select all
actor Heresiarch1: Heresiarch 4444
{
health 10000
states
{
Missile:
NULL A 0 A_jump (128,4)
SORC F 6 Bright A_FaceTarget
SORC F 6 Bright A_SpeedBalls
SORC F 6 Bright A_FaceTarget
Wait
SORC E 6 Bright
SORC F 6 Bright a_custommissile("bfgball",40,0,0)
NULL A 0 a_spidrefire
goto missile+4
}
}
i decided that actions marked as ACTION NATIVE () in ZDOOM WIKI,need some description for make them supportable by ZDOOM 2.0.22...but i didnt find any method for make this possible.....damn....
maybe somebody explain me HOW TO MAKE THOSE FUNCTIONS?should i write in brackets in action native A_SpeedBalls() or should create special lump where i need to define those functions and i dont know any syntax what need to be used.....i found something about Hexen source codes,on mancubus.net,but......
OR IT IS NOT POSSIBLE?
I AM REALLY STUPID IN PROGRAMMING!!
PLZZZZZZZZZZZZZZ OR YOU ALL JUST........ARGHHHHHHHHHHH