Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Clarifying some stuff on the "All commands" Announcement Topic


kenny92316
 Share

Recommended Posts

call spawnitemslot(5, 6, 2, 1, 3, 4, 7)
5 = not sure -_- <<–---------
6 = item number spawned
4 = x position of item
7 = y position of item
2 = amount of the item spawned
1 = the items durrability
3 = the map the item is spawned on
spawns an item on a map

where the number 5 is it should be Mapitemslot, Ex if you have in your data.ini
MAX_MAP_ITEMS=100   THen the highest mapitemslotnumber would be 100

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Function Rand( High, Low)

Quote
Rand(5, 1)
1 = lowest number
5 = highest number
creates a random number inbetween the 2 numbers declared

Was incorrect since 1 was infront and its high, low not low, high
Rand(1, 5)
1 = lowest number
5 = highest number

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Also was wondering how to use Call LoadInternet(index, address) correctly, how exactly would we put the address. would we put it in quotes or as-is? And i was wondering if this was EE only because it dont seem to work on TE. Thanks.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...