Hi , i want to make a dynamic text string that shows the zone name where the player is located , but i just fail again and again
These are the opcodes i use , this isn't the script ...
| CODE |
***** 00A0: store_actor $PLAYER_ACTOR position_to $x $y $z ***** 0843: get_zone_at $x $y $z nameA_to $zone // 8-byte string ***** 06D2: 28@v = $zone // @v = string ***** 0384: show_text_1string GXT 'BEEFY' string 28@v time 15000 1
|
Any help ?