Subdomain Posts
unrealScript | 16 days ago
unrealScript | 16 days ago
unrealScript | 16 days ago
unrealScript | 16 days ago
unrealScript | 34 days ago
unrealScript | 37 days ago
unrealScript | 43 days ago
unrealScript | 49 days ago
unrealScript | 50 days ago
unrealScript | 221 days ago
Recent Posts
Bash | 3 sec ago
None | 22 sec ago
None | 24 sec ago
VisualBasic | 32 sec ago
None | 45 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
Oberon 2 | 1 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By nev7n on the 31st of Jan 2010 10:48:29 AM Download | Raw | Embed | Report
  1. // Declaring the class and extend the SequenceAction functionality
  2. class SeqAct_NTConvoOver extends SequenceAction;
  3.  
  4. // Declaring variable, the name of npc
  5. var() bool isOver;
  6.  
  7. // Here we set the default values of the variables
  8. defaultproperties
  9. {
  10.   // This is the name that will apear in the Kismet Editor
  11.    ObjName="Is Convo Over"
  12.  
  13.   // This is the name of the event that will be triggered when this action is called
  14.    HandlerName="IsConvoOver"
  15.  
  16.    // Here we set the default value to the item
  17.    isOver = false;
  18.  
  19.    // There we create slots in the Kismet Editor, linking the slots with this class variables
  20.    VariableLinks(1)=(ExpectedType=class'SeqVar_Bool', LinkDesc="Convo Over Result", bWriteable=true, PropertyName=isOver)
  21. }
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: