somebodyyyy

This is the place to go if you need help with creating your Mod/Mutator.

Moderator: Forum Moderators

Post Reply
User avatar
TurkeyFromHell
Staff Sergeant
Staff Sergeant
Posts: 640
Joined: Tue Jan 23, 2007 12:22 pm
Contact:

somebodyyyy

Post by TurkeyFromHell » Mon Feb 19, 2007 1:34 am

is there someplace w/ like a list of useful uscript functions?... and what they do... and all that sh!t.........

(asterisk*4) it could some1 just teach me this xD rofl.



.... i think i hav something stuck in my keyboard -.-;
Image

User avatar
DeathBringer
Corporal
Corporal
Posts: 251
Joined: Fri Mar 03, 2006 3:34 pm
Location: The Terrible State (New York)
Contact:

Post by DeathBringer » Wed Feb 21, 2007 1:03 pm

heres a script for you lol

class UseTheWiKi extends Mutator;

function PostBeginPlay()
{
Super.PostBeginPlay(); // Run the super class function (Mutator.PostBeginPlay).
Log("Use the wiki"); // Write our log message
}

defaultproperties
{
FriendlyName="Use The Wiki Mutator"
Description="The mutator will tell you to come here www.unrealwiki.com hahaha'."
}

User avatar
BaronVonRotterdam
UT2004 Server Admin
UT2004 Server Admin
Posts: 2603
Joined: Thu Feb 16, 2006 9:42 pm
Location: The Terrible State (New York)
Contact:

Post by BaronVonRotterdam » Wed Feb 21, 2007 1:09 pm

DeathBringer wrote:heres a script for you lol

class UseTheWiKi extends Mutator;

function PostBeginPlay()
{
Super.PostBeginPlay(); // Run the super class function (Mutator.PostBeginPlay).
Log("Use the wiki"); // Write our log message
}

defaultproperties
{
FriendlyName="Use The Wiki Mutator"
Description="The mutator will tell you to come here www.unrealwiki.com hahaha'."
}
:rofl: DeathBringer
| ASRock Fatal1ty X470 | AMD Ryzen 3700x @Stock | 32GB DDR4 3200 mHz | Zotac GeForce RTX 2060 Super | Dell S2417DG |

User avatar
DeathBringer
Corporal
Corporal
Posts: 251
Joined: Fri Mar 03, 2006 3:34 pm
Location: The Terrible State (New York)
Contact:

Post by DeathBringer » Wed Feb 21, 2007 1:13 pm

lol you like it?

User avatar
TurkeyFromHell
Staff Sergeant
Staff Sergeant
Posts: 640
Joined: Tue Jan 23, 2007 12:22 pm
Contact:

Post by TurkeyFromHell » Wed Feb 21, 2007 3:04 pm

DeathBringer wrote:lol you like it?
no. no i do not sam i am. i do not like green eggs and ham. i been using wiki this whole time (-.- i'm fine with the coding/syntax part), but have yet to find a complete reference of the included classes and member functions of uscript. which is what im asking if any1 knows of. and im gonna end this post here cuz im still pissed off from replying to the post bout axe kicking me for no good reason which no one seems to contribute any meaningful conversation to.
Image

Post Reply

Return to “Mod/Mutator Development”