RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Functions ?

Nova

Wanderer
Functions ?

Is there any possibility to create functions like in PHP ?

For Example if I have to write an IF Command Several Times in my script,
and later I have to change every of them...that is much work to change all IF commands then.

Do you understand what I want ? :D
I hope so

-Nova
 

Zippy

Razor Creator
I think you should read the forums before asking questions. I will say again, RunUO is scripted in the C# programming language, which is a fully functional OOP language supporting classes, arrays, polymorphism, and just about everything else you would want in a language, including, functions.
 
Top