• 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!

Get Item Position

manuel220

New Member
Joined
Jan 20, 2009
Messages
67
Reaction score
1
Is there anyway to get the position for an Item, I wanto create an item(Not pickupable) which shows a Animated text or Efect, mo matter where the item is. I mean players should be able to move the item and the item should show the effect.
 
i understand...

u mean a item that always popup text.. and u cant pick it up, its jsut for fun =) i cant script that srry :/
 
Set up UID on item, and use this piece of code in globalevent:
Code:
doSendAnimatedText(getThingPos(ur uid), "TEXT", TEXTCOLOR_WHITE)
 
Back
Top