Search found 2 matches

by puffmancherrycake
Tue Aug 16, 2022 10:35 pm
Forum: General Fallout discussion
Topic: condition h and scripts
Replies: 3
Views: 6287

Re: condition h and scripts

just write a simple dialog script
 
by puffmancherrycake
Tue Aug 16, 2022 3:02 am
Forum: General Fallout discussion
Topic: condition h and scripts
Replies: 3
Views: 6287

condition h and scripts

right so condition h is telling me that there isnt a formal parameter  /* Weapon And Armor */ #define COND018(x)              if (dude_is_armed) then\ #define COND019(x)              if ((obj_pid(critter_inven_obj(dude_obj, INVEN_TYPE_WORN)) != PID_LEATHER_ARMOR) and\                                ...