Omaraldin
Little Mouse
Mini-Script to Add NPC Bot
system.addBot(id, name, title, look, posX, posY, targetPlayer)
id = int (default[0])
name = string
title = int (default[0])
look = string (default["1;0,0,0,0,0,0,0,0,0,0"])
posX = short (default[0])
posY = short (default[0])
targetPlayer = string (default[nil])
Screenshot:
Script:
system.addBot(id, name, title, look, posX, posY, targetPlayer)
id = int (default[0])
name = string
title = int (default[0])
look = string (default["1;0,0,0,0,0,0,0,0,0,0"])
posX = short (default[0])
posY = short (default[0])
targetPlayer = string (default[nil])
Screenshot:
Script:
Code:
system.addBot(1,'Peclua',3062,'68;79_7B9F7A+456747,0,0,0,0,3_7B9F7A,0,4,0,0',25,90,nil)
Last edited:



