5 lines
111 B
Lua
5 lines
111 B
Lua
include('script/test2')
|
|
|
|
player = entityAdd(ENTITY_TYPE_PLAYER, 3, 6, 1)
|
|
|
|
print("Player entity ID: " .. player) |