List of Console Commands

Discussion in 'Tech Guides and Help Threads' started by Cujo, May 5, 2005.

Remove all ads!
  1. Shiningted

    Shiningted I want my goat back Administrator

    Joined:
    Oct 23, 2004
    Messages:
    12,654
    Likes Received:
    352
    To reset a flag or variable you use:

    game.global_vars[x] = 0

    game.global_flags[x] = 0

    Or you can set them to 1 (flags) or whatever the variable is.
     
  2. Ossie

    Ossie Member

    Joined:
    Apr 1, 2006
    Messages:
    31
    Likes Received:
    0
    Searched the thread but looks like there are workarounds only - did we ever figure out a way to use console to edit Skills for characters?
     
  3. Sitra Achara

    Sitra Achara Senior Member

    Joined:
    Sep 1, 2003
    Messages:
    3,613
    Likes Received:
    537
    It's possible with Temple+ by directly editing the skills array field:

    Code:
    obj.obj_set_idx_int(obj_f_critter_skill_idx, <skill_enum>, <value>)
     
    Buffed Rabbit likes this.
  4. mazuk3

    mazuk3 Member

    Joined:
    Nov 16, 2022
    Messages:
    16
    Likes Received:
    3
    Does anybody knows how to delete a NPC with console and click?, I summoned a Djinni and he is not dissapearing, but also i cant click him to kill him manually as an invocation.
     
  5. darkmage99

    darkmage99 Member

    Joined:
    Jan 2, 2007
    Messages:
    8
    Likes Received:
    1
    I get an error
    traceback (most recent call last)
    file "<string>", line 1, in?
    I'm typing: game.party1.award_expierence50000
     
  6. justl

    justl Member

    Joined:
    Feb 25, 2022
    Messages:
    17
    Likes Received:
    0
    try experience instead
     
Our Host!