Jump to content

matthew4321

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by matthew4321

  1. Hi ! I started making mods one week ago , and i think i can make a portable terminal.

    But when i wan't to save script it won't let me to save , i think there is no problem because in other script it's the same

    and it saves !.Look at this and tell me if i do something bad.... ALt1 is my Terminal

    If i change terminal to one from other mod , it works ! But my terminal not work.
    scn alcssSCRIPT
    short PPTDoOnce
    float fTimer
    Begin OnEquip
    set fTimer to 0.5
    set PPTDoOnce to 1
    End
    Begin GameMode
    if PPTDoOnce == 1
    if fTimer > 0
    set fTimer to fTimer - GetSecondsPassed
    else
    ALt1REF.Activate Player, 1
    set PPTDoOnce to 0
    endif
    endif
    End
    ALt1 is my Terminal

    ALt1 is my Terminal

     

     

×
×
  • Create New...