Posted by nullsquared on Thu 24 Jan 23:57
report abuse | View followups from testsd, l, Anonymous and seb | download | new post
- portal0 = Portal.create()
- portal0:spawn(3, 5, 0, -1, 0, 0)
- portal1 = Portal.create()
- portal1:spawn(0, 5, 3, 0, 0, -1)
- portal0:setDynamic(true)
- portal1:setDynamic(true)
- portal0:setScale(1, 2, 1)
- portal1:setScale(1, 2, 1)
- portal2 = Portal.create()
- portal2:spawn(-3, 5, 0, 1, 0, 0)
- portal2:setDynamic(true)
- portal2:setScale(1, 2, 1)
- portal0:link(portal1)
- portal1:link(portal0)
- portal2:link(portal2)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.