Jump to content

Home

Objectives on the datapad?


Derisor

Recommended Posts

As for the script itself, no idea.

 

As for firing it off... you can either use a target_scriptrunner (I think it's a target anyway...) targetted by a trigger OR you can add the key spawnscript to an NPC to get him to run his script when he is spawned.

Link to comment
Share on other sites

create a trigger brush that the player will walk through that will fire off a target_scriptrunner.

 

as for the script itself... you'll obviously need to modify the objectives.sp file and modify one the stock objectives. mainly because no one's figgered out how to actually add objectives to that list from what i know.

 

try this to set your objectives though

 

set ( /*@SET_TYPES*/ "SET_OBJECTIVE_SHOW", /*@OBJECTIVES*/ "KEJIM_POST_OBJ1" );

 

 

the KEJIM_POST_OBJ1 is the name of the objective in the objectives.sp file

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...