SHOW:
|
|
- or go back to the newest paste.
| 1 | local lv = pc.get_level() | |
| 2 | If lv < 40 or lv >= 70 then | |
| 3 | say("Mi dispiace figliolo,")
| |
| 4 | say(string.format("Sei di livello troppo %s,[ENTER]devi avere un livello compreso tra 40 e 70.",lv < 40 and "basso" or lv >= 70 and "alto"))
| |
| 5 | return | |
| 6 | - | else |
| 6 | + | end |
| 7 | - | say ( "Salve giovane combattente," ) |
| 7 | + | say ( "Salve giovane combattente," ) |
| 8 | - | say ( "Sono il teleporter di ********Mt2" ) |
| 8 | + | say ( "Sono il teleporter di ********Mt2" ) |
| 9 | - | say ( "Dove vuoi essere teleportato?" ) |
| 9 | + | say ( "Dove vuoi essere teleportato?" ) |
| 10 | - | if select ( "Teleportami", "Non teleportarmi" ) == 2 then return end |
| 10 | + | if select ( "Teleportami", "Non teleportarmi" ) == 2 then return end |
| 11 | - | pc . warp ( 307200, 1203200 ) |
| 11 | + | pc . warp ( 307200, 1203200 ) |