Framework Files Index

One liner description of units

filename

description

fd_plc_act_time

Activate the placeable at specific times (dawn, day, dusk, night).

fd_plc_autoclose

Close the door after timeout.

fd_plc_feedback

Send feedback on OnFailToOpen event.

fd_plc_trash

Deletes the placeable’s inventory on close with a small fire effect.

fd_trg_norest

Prevent resting in trigger area with optional feedback.

fu_ai_post_rando

Random walk around spawn area

fu_ai_walk_rando

Random walk

fu_area_gc

Area garbage collector.

fu_area_recreate

Area regeneration utility

fu_cal_seasons

Seasons. Sets dawn and dusk hours according to month.

fu_cal_time

Persistent time, saved every minute in database.

fu_chat_area

Enables chat commands for various purposes.

fu_chat_cmds

Enables standard actions via chat commands.

fu_chat_debug

Add debug only chat commands

fu_chat_delete

Enables the player to delete the PC.

fu_chat_emote

Allow emotes from chat commands.

fu_chat_lang

Allow user to switch TLK to a different language.

fu_chat_logs

Log all chat.

fu_chat_opts

Add chat commands for PC options via /option (such as turning off cloak)

fu_chat_restart

Add a /restart command for admins and debug.

fu_con_clear

Add console commands: clear and cls

fu_fix_clight

Prevent exploits by making property non-permanent

fu_fix_trck

Fix Trackless Step feat so it works in underground natural areas (eg: Caves).

fu_p_journal

Persistent journal.

fu_pc_export

Export the PC to servervault on key moments such as resting.

fu_rep_cancel

Cancel out every faction reputation change.

fu_store_dups

Prevent duplicates in a story inventory.

fu_store_gc

Store garbage collector.

fu_store_persist

Persistent stores.

fu_v_autoclose

Close the door after timeout.

fu_v_explore

Automatically explore the full area for player.

fu_v_name

Set name of all object to the value of NAME.

fu_x_incorporeal

On spawn, set incorporeal creature to concealment

fu_x_logs

Log generic events.

fu_x_reloader

Log reloading events.

fu_x_respawn

Default respawn scripts.

fw_dlg_act_heal

For the price of parameter PRICE, heal the speaker.

fw_dlg_act_ident

Identify every object in inventory for the price of parameter PRICE.

fw_dlg_act_journ

Broadcast a journal update event.

fw_dlg_act_store

Open Store a store with appraisal only on charisma.

fw_dlg_cnd_false

Always return FALSE.

fw_dlg_cnd_gold

Return TRUE or FALSE depending on the quantity of gold PC has.

fw_dlg_cnd_if001

Return TRUE if AREA and VALUE are correct.

fw_dlg_cnd_level

Return TRUE or FALSE depending on the quantity of PC’s level.

fw_dlg_cnd_rand

Roll a random number as an dialog conditional.

fw_dlg_cnd_true

Always return TRUE

fw_dlg_cnd_var

Get the value of a variable by de-refencing it.