Posted: Wed Jun 18, 2003 10:13 pm
Now I've tried it and have gotten confused...
This thing about having 2 'targetname'.
It is strange to me... to be a camper node it needs to have targetname/camper...and I cant set another targetname with another value at the same time...
In desperation I tried to set:
targetname = camper
and
$targetname = trigger_camp_wall1
this is the only way I could think of, but later when trying to set the noaxis in the script, I get:
... that is $trigger_camp_wall1 does not exist. 
Or can I set 2 targetnames the same way I set multiple targets?
targetname = camper trigger_camp_wall1
So how do you mean this? Explain it to me as if I was a child
This thing about having 2 'targetname'.
It is strange to me... to be a camper node it needs to have targetname/camper...and I cant set another targetname with another value at the same time...
In desperation I tried to set:
targetname = camper
and
$targetname = trigger_camp_wall1
this is the only way I could think of, but later when trying to set the noaxis in the script, I get:
Code: Select all
$trigger_camp_wall1.noaxis = 1 (maps/obj/obj_vemork_12.scr, 105)
$trigger_camp_wall1^
^~^~^ Script Error: Field 'noaxis' applied to NULL listenerOr can I set 2 targetnames the same way I set multiple targets?
targetname = camper trigger_camp_wall1
So how do you mean this? Explain it to me as if I was a child