dvukomanovic
It Wandered In From the Wastes

Please, solve this and prove that Im a complite retard.
Here's the script:
And, yes I read this and here's my script.h (just the bottom lines):
It's getting late and i can't get a simple script to work because god-knows why. Help me PLIZZZ!!!!
Oh, and feel free to delete this topic after I get my questions... i mean answers.
Here's the script:
Code:
/* Include Files */
#include "..\headers\define.h"
#include "..\headers\SCRIPTS.H"
#include "..\headers\command.h"
#include "..\headers\NewReno.h"
#define NAME SCRIPT_IREWI
/* Defines and Macros */
/* Standard Script Procedures */
procedure start;
procedure use_p_proc;
procedure start begin
end
procedure use_p_proc begin
script_overrides;
gfade_out(ONE_GAME_SECOND);
critter_add_trait(dude_obj, PERK_night_vision, 1);
display_mstr(100);
gfade_in(ONE_GAME_SECOND);
scr_return(1);
end
Code:
#define SCRIPT_NTRICROM (1303) // ntRicRom.int ; New Reno Richard Wright Room Spacial
#define SCRIPT_IREWI (1304) // dvIREWI.int ; L.I.M.O.N. Mod - Infra Red Eye-Wear Implant
#endif // SCRIPTS_H
It's getting late and i can't get a simple script to work because god-knows why. Help me PLIZZZ!!!!
Oh, and feel free to delete this topic after I get my questions... i mean answers.
