|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Wed Feb 25, 2004 10:52 pm
Mapper Questions |
So In the room properties what exactly do these options do
User Defined Integer
User Defined String
Script parameters |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Thu Feb 26, 2004 12:03 am |
User Defined Integer: It does nothing as far as the mapper is conerned. this is just a field for you to associate a number with a room for whatever purpose you want. It is you through scripting the map that decides what the integer will mean (for example it may represent the room flags - if you are able to capture that information).
User Defined String: Same thing as above, but a string instead of an int.
Script Parameters: This are parameters passed to your room script. They work just like parameters passed to an alias or zMUD function and you also access them like %1. This allows you to possibly dynamically set a value in the script parameters box and then access it in the room script. |
|
|
|
|
|