Leonea9的最近内容

  1. WB Coding How to find the valid agent ref for the player character? (singleplayer)

    It's for singleplayer.

    I am using the item trigger (in module_items)

    [(ti_on_init_item, [(call_script, "script_myscript_animation_try")])]],

    I am a little confused about the difference between agent_no and agent_id.
    I know agent id is meant for multiplayer, however in header_operators it says you need to use agent id for agent_set_animation...
  2. WB Coding How to find the valid agent ref for the player character? (singleplayer)

    Hello, I am trying to test "agent_set_animation" on the player with some random animation. Comparing to other scripts I found in the module system, I tried doing: ("myscript_animation_try", [ (get_player_agent_no, ":agent_no"), (agent_set_animation, ":agent_no", "anim_stand_townguard")...
  3. WB Coding Can you create additional attributes to add to the character menu?

    Hello everybody, I am thinking of creating new skills, that will rely on a different attribute other than STR AGI INT & CHA. Trying to mess a little with the Module System, I couldn't find any reserved attribute slots, and attempting to create one, I believe (unless there was something I was...
后退
顶部 底部