I've just installed the F2 Restoration Project (2.3.3) which ALSO includes (as far as i know) the SFall. I've created a super simple script like so:
The problem is that the HOOK_DESCRIPTIONOBJ DOEN NOT WORK with the RP!. I've tested it with SFall v4.3.8 and it DO WORKS!
What can be the problem here?
What the SFall version is embedded in RP 2.3.3?
Code:
procedure my_item_desc begin
display_msg("Item new desc");
end
...
procedure start begin
variable who, cur_dmg_thresh, cur_dmg_resist, color, msg, m;
if(game_loaded) then begin
register_hook_proc(HOOK_DESCRIPTIONOBJ, my_item_desc);
end
...
end
What can be the problem here?
What the SFall version is embedded in RP 2.3.3?
Last edited: