• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Creature Push

Fessa

New Member
Joined
Aug 22, 2008
Messages
16
Reaction score
0
Hello all
My question:
Is it possible to make a script or something which makes that GMs can push other players, npcs and monsters more than 1 field? and to other floors?

I hope somebody can help me ;)

Thanks for answers :)
 
You could always just use the /send command (TFS 0.3.5)

Code:
/send
	Send player to specified position/waypoint/creature
	Parameters
		playerName
		position/waypoint/creature
	Examples
		/send GM Tester; 100, 50, 7
		/send GM Tester, dragon
		/send GM Tester, GM Someone
 
Back
Top