Jump to content

Test post to check the new site


Guest

Recommended Posts

Posted

Papyrus test:

 

 


html:

; 'old comment color test' bool Property dhlpSuspendStatus Auto Conditional ; property test Worldspace Property whiterunSpace Auto ; used with slaverun Event OnInit() ; event Function Maintain(Formlist f, Book b, int i) ; function ; common types and functions Actor p = Game.GetPlayer() bool cs = p.IsInCombat() float time = Utility.GetCurrentGameTime() cell c = p.GetParentCell() keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword string s = p.GetDisplayName() u32 i = 0 armor[] clothes = new armor[10] While i < 100 if player.IsIntCombat() i = 100 endif Debug.Trace("Lock") i += 1 endWhile endEvent endFunction

 

C:

; 'old comment color test' bool Property dhlpSuspendStatus Auto Conditional ; property test Worldspace Property whiterunSpace Auto ; used with slaverun Event OnInit() ; event Function Maintain(Formlist f, Book b, int i) ; function ; common types and functions Actor p = Game.GetPlayer() bool cs = p.IsInCombat() float time = Utility.GetCurrentGameTime() cell c = p.GetParentCell() keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword string s = p.GetDisplayName() u32 i = 0 armor[] clothes = new armor[10] While i < 100 if player.IsIntCombat() i = 100 endif Debug.Trace("Lock") i += 1 endWhile endEvent endFunction

None:

; 'old comment color test' bool Property dhlpSuspendStatus Auto Conditional ; property test Worldspace Property whiterunSpace Auto ; used with slaverun Event OnInit() ; event Function Maintain(Formlist f, Book b, int i) ; function ; common types and functions Actor p = Game.GetPlayer() bool cs = p.IsInCombat() float time = Utility.GetCurrentGameTime() cell c = p.GetParentCell() keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword string s = p.GetDisplayName() u32 i = 0 armor[] clothes = new armor[10] While i < 100 if player.IsIntCombat() i = 100 endif Debug.Trace("Lock") i += 1 endWhile endEvent endFunction

 
 

 Edit: Huh, can't put code in a spoiler?

Posted

C:

 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

js:

 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

None:

 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

Posted
4 minutes ago, Verstort said:

C:


 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

js:


 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

None:


 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

Quote test of code

Posted
3 minutes ago, Verstort said:
7 minutes ago, Verstort said:

C:



 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

js:



 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

None:



 ; 'old comment color test' 
bool Property dhlpSuspendStatus Auto Conditional 
; property test 
Worldspace Property whiterunSpace Auto 
Event OnInit() ; event 
Function Maintain(Formlist f, Book b, int i) ; function 
  ; common types and functions 
  Actor p = Game.GetPlayer() 
  bool cs = p.IsInCombat() 
  float time = Utility.GetCurrentGameTime() 
  cell c = p.GetParentCell() 
  keyword k = p.Game.GetFormFromFile(0x01234567, "Skyrim.esm") as Keyword 
  string s = p.GetDisplayName() u32 i = 0 
  armor[] clothes = new armor[10] 
  While i < 100 
    if player.IsIntCombat() 
      i = 100 
    endif 
    Debug.Trace("Lock") 
    i += 1 
  endWhile 
endEvent 
endFunction 

 

Quote test of code

Manual nested quote test

Posted

NO TEST just a question! 
how can i get from my own pc Upload pictures without this before in a picture gallery (other website) to save.
So from my PC to LL, direct away.

Posted
17 minutes ago, winny257 said:

NO TEST just a question! 
how can i get from my own pc Upload pictures without this before in a picture gallery (other website) to save.
So from my PC to LL, direct away.

You can drag and drop all the files you want directly over the bottom bar of a post.

 

It is gary and it is called "Drag files here to attach, or choose files... Choose Files"

Posted
22 minutes ago, CPU said:

You can drag and drop all the files you want directly over the bottom bar of a post.

 

It is gary and it is called "Drag files here to attach, or choose files... Choose Files"

Thanks for the explanation, I will try it when I'm back home.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...